imagemagick: update to the latest release
Update to ImageMagick 7.0.9-5. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
This commit is contained in:
parent
7f0bd30cf1
commit
d48715b138
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=imagemagick
|
||||
PKG_VERSION:=7.0.8
|
||||
PKG_REVISION:=62
|
||||
PKG_VERSION:=7.0.9
|
||||
PKG_REVISION:=5
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REVISION).tar.gz
|
||||
PKG_SOURCE_URL:=http://github.com/ImageMagick/ImageMagick/archive/$(PKG_VERSION)-$(PKG_REVISION)
|
||||
PKG_HASH:=ceae2596df95d0f9e42e405b9c1b6c369bf1f065fc74078e76a45c5cbde5260e
|
||||
PKG_HASH:=d15abd31e7e18f7edec47df156773a23e5100386e55c6ce50f5353e9572d3413
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/ImageMagick-$(PKG_VERSION)-$(PKG_REVISION)
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
Loading…
Reference in a new issue