aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-21 19:38:58 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-21 19:36:04 +0200
commit4484a3c4c7059e9570982831d4077781e7c4b27c (patch)
tree98df5133436719b129d9880fc9f5dfe9bad09a46
parentf503b724c1459e6b3097c792cc59546b206a8670 (diff)
community/imagemagick6: upgrade to 6.9.9.46 and rebuild dependent aports
-rw-r--r--community/imagemagick6/APKBUILD4
-rw-r--r--community/ruby-rmagick/APKBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD
index 7f79eb6017e..8e6a4d8d9d9 100644
--- a/community/imagemagick6/APKBUILD
+++ b/community/imagemagick6/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=imagemagick6
_pkgname=ImageMagick
-pkgver=6.9.9.40
+pkgver=6.9.9.46
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=${pkgname#imagemagick}
pkgrel=0
@@ -106,4 +106,4 @@ _cxx() {
mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="416c2e248e3d1c6d89b930b8179194a9e1dfd160b9de1a75f98ceeb4199dd1b5f3b1d0ce646c26429054e7970680c40b77e2bf0a97ca82bbe84aa66648393fb4 ImageMagick-6.9.9-40.tar.xz"
+sha512sums="6db17f3d3b7ac49669db5e07b45e003783755272b1666f04da194c7503e64605a3a6267059ace6fbd3f76125f2f6aa8119687f7591a33a9fb949b82b73f2754a ImageMagick-6.9.9-46.tar.xz"
diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD
index 5ef9c35abc4..3066ccd44e7 100644
--- a/community/ruby-rmagick/APKBUILD
+++ b/community/ruby-rmagick/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-rmagick
_gemname=rmagick
pkgver=2.16.0
_pkgver=${pkgver//./-}
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby bindings for ImageMagick"
url="https://rmagick.github.io/"
arch="all"