diff options
-rw-r--r-- | community/graphicsmagick/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD index 5dcb382c6e..5e13e9abd5 100644 --- a/community/graphicsmagick/APKBUILD +++ b/community/graphicsmagick/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=graphicsmagick -pkgver=1.3.24 -pkgrel=1 +pkgver=1.3.25 +pkgrel=0 pkgdesc="Image processing system" url="http://www.graphicsmagick.org/" arch="all" @@ -42,6 +42,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="40034150f6eaae28a12b6c8f9baa3e5e GraphicsMagick-1.3.24.tar.xz" -sha256sums="52bfbacef4be3fbae756dbfd342e4843d2a446bef96450bfbe2c23ca60e180e0 GraphicsMagick-1.3.24.tar.xz" -sha512sums="d55f8b7d96bc746e2b501ec6315f174f2ab5f6b31a1d138196bf17b506e6d0c2b91ee19f5dd0a2877cd47910aebdcf11158303e90b1b267c6082d462f8548684 GraphicsMagick-1.3.24.tar.xz" +md5sums="6eed966b22588fb068442319a8aa17f6 GraphicsMagick-1.3.25.tar.xz" +sha256sums="d64bfa52d2e0730eff9ce3ed51d4fc78dbb68e2adaa317b2bb3c56e6ee61ac9f GraphicsMagick-1.3.25.tar.xz" +sha512sums="d62d6aee96d7b8444f1aa206b0c5cbbed9511612cb71d667af072ea52b68dcd11088699debc58faacbb014ad83fb8c2b3e474220f506069f7b5d22f0340f8ef8 GraphicsMagick-1.3.25.tar.xz" |