graphicsmagick: update to the latest release
Update to v1.3.34. This service release provides a number of bug fixes, including security fixes. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
This commit is contained in:
parent
3bc3298426
commit
c8c3b8fe7f
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=graphicsmagick
|
||||
PKG_VERSION:=1.3.33
|
||||
PKG_VERSION:=1.3.34
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION)
|
||||
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/graphicsmagick
|
||||
PKG_HASH:=d18aaca2d79a10270d49ad1aaa01dce24752f7548880138d59874a78ac62e11f
|
||||
PKG_HASH:=7e1904c924cc3574aecc7ca6879fc6cf01070859e3ca4a06182b3e0eb346a0c2
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=Copyright.txt
|
||||
|
|
Loading…
Reference in a new issue