diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-25 12:09:22 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-25 12:11:03 +0200 |
commit | 785270d906a3071ef26e1ad77f6ee48d2f495f8d (patch) | |
tree | 03d370c242e1b089d2ef9088864fb7e4bd306167 /community/ruby-i18n | |
parent | 558ee54eca4e16cd7dc59e82d31e126556985627 (diff) | |
download | aports-785270d906a3071ef26e1ad77f6ee48d2f495f8d.tar.bz2 aports-785270d906a3071ef26e1ad77f6ee48d2f495f8d.tar.xz |
community/ruby-i18n: upgrade to 1.1.0
Diffstat (limited to 'community/ruby-i18n')
-rw-r--r-- | community/ruby-i18n/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD index a9e7ee2037..79e6de008f 100644 --- a/community/ruby-i18n/APKBUILD +++ b/community/ruby-i18n/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-i18n _gemname=${pkgname#ruby-} -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=0 pkgdesc="New wave Internationalization support for Ruby" url="https://github.com/svenfuchs/i18n" @@ -36,4 +36,4 @@ package() { rm -r gemfiles/ test/ *.md *LICENSE* } -sha512sums="1d0e05e04318e31d35d19c1af3b6d3aaef3d45df9b2868b65fef9aa3628c9502c6f8fca4beb52aa8c7c914c46ff159da489bc2ccac69013808459e709358b4ca ruby-i18n-1.0.1.tar.gz" +sha512sums="528e3c32d68aefe1ac4b0470249af2aec9a16b76f57f703182b6540d8e18625bf7e50aeda7782b6c64853f1be5561fe49fcb4d641d388371f8066b92d5a27161 ruby-i18n-1.1.0.tar.gz" |