diff options
author | J0WI <J0WI@users.noreply.github.com> | 2021-01-10 22:10:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-10 22:49:48 +0000 |
commit | 1e1c866099a01add51af78500f0e9b62ac193b9a (patch) | |
tree | 9ada08140c0aca9247df26b4164cf9e33986886e | |
parent | a48221f096bb8ee4f536eab05bce93879490e29a (diff) | |
download | aports-1e1c866099a01add51af78500f0e9b62ac193b9a.tar.gz aports-1e1c866099a01add51af78500f0e9b62ac193b9a.tar.bz2 aports-1e1c866099a01add51af78500f0e9b62ac193b9a.tar.xz |
community/imagemagick: upgrade to 7.0.10.57
-rw-r--r-- | community/imagemagick/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/imagemagick/APKBUILD b/community/imagemagick/APKBUILD index e3d2be13a3..8101cd7990 100644 --- a/community/imagemagick/APKBUILD +++ b/community/imagemagick/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=imagemagick _pkgname=ImageMagick -pkgver=7.0.10.53 -pkgrel=1 +pkgver=7.0.10.57 +pkgrel=0 _pkgver=${pkgver%.*}-${pkgver##*.} _abiver=7 pkgdesc="Collection of tools and libraries for many image formats" @@ -179,5 +179,5 @@ _perlmagick_doc() { make -j1 DESTDIR="$subpkgdir" doc_vendor_install } -sha512sums="e09f805385db0ef5b8eb564943897e48a506288d762e932c792be529902806156e82473d76fff255d79a663246d37dbc0dc99a1ab99534a687adf1bcc44f0111 ImageMagick-7.0.10-53.tar.gz +sha512sums="404d78d8b2c8018e07eda39799d16ddf7e48e1daeb8356692ba5770cf6edda83541de859c2b19710c1ceddd526683e6c14b8f3a984f9f4b987be2c02862b84f7 ImageMagick-7.0.10-57.tar.gz 58afb2da075a6208b6a990ff297b3a827d260687c3355198a8b4d987e1596c0b0cd78aff6f0be0e1896e537fbe44a3d467473183f5f149664ea6e6fb3d3291a9 disable-avaraging-tests.patch" |