diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:17:56 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:18:15 +0200 |
commit | 6a1598378ca47365cc4354c25ba4f243775a1de9 (patch) | |
tree | c10873bbb0b48ac77a4801ec537656d63a073342 /community/ruby-rmagick | |
parent | be56c46492ff24c62430563428c5c49c793a4a44 (diff) | |
download | aports-6a1598378ca47365cc4354c25ba4f243775a1de9.tar.bz2 aports-6a1598378ca47365cc4354c25ba4f243775a1de9.tar.xz |
community/ruby-rmagick: upgrade to 3.1.0
Diffstat (limited to 'community/ruby-rmagick')
-rw-r--r-- | community/ruby-rmagick/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD index 941e4dc0f3..59f12c5e16 100644 --- a/community/ruby-rmagick/APKBUILD +++ b/community/ruby-rmagick/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-rmagick _gemname=rmagick -pkgver=3.0.0 +pkgver=3.1.0 _pkgver=${pkgver//./-} -pkgrel=2 +pkgrel=0 pkgdesc="Ruby bindings for ImageMagick" url="https://rmagick.github.io/" arch="all" @@ -49,5 +49,5 @@ package() { rm -r ext/ lib/*.so } -sha512sums="0efed02ca94911c906005cdda76f68eb6a51e3f30309315069ce8cf27cd542df0062c77b5ca13caae3e291d4c629ff70b6d40535fb3f34ba16916e3f802ef315 RMagick_3-0-0.tar.gz +sha512sums="9df997a61d97bd86503e33ba7cb26e90a809aac70e720b4b2740bb3b068165f77e98ac24e39f33c80e27f8837ef63b8f9e551f6ebe54c90be1cbfdd53f062402 RMagick_3-1-0.tar.gz a8e26195bf08f240aa892c061da562dc5dfc98543d653b821b70ea3b67575fe8eafc7324b8d64e894084947425270328e44351fc945bd5b8ea3255870c54cc3f gemspec.patch" |