diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-01-16 13:44:09 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-01-16 13:48:25 +0100 |
commit | afe7c917bd5af08e5d33274df970d4c95058c453 (patch) | |
tree | 9663146da022f800ca0e7e0f6ce798dab3fc8638 /community/ruby-i18n | |
parent | 639259c6f1a83bcdae071368fd81ae60d1218cd8 (diff) | |
download | aports-afe7c917bd5af08e5d33274df970d4c95058c453.tar.bz2 aports-afe7c917bd5af08e5d33274df970d4c95058c453.tar.xz |
community/ruby-i18n: upgrade to 1.5.2
Diffstat (limited to 'community/ruby-i18n')
-rw-r--r-- | community/ruby-i18n/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD index 83fedceb21..9b898419ea 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.1.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="New wave Internationalization support for Ruby" url="https://github.com/svenfuchs/i18n" @@ -33,7 +33,7 @@ package() { cd "$gemdir" rm -r cache/ build_info/ doc/ cd gems/$_gemname-$pkgver - rm -r gemfiles/ test/ *.md *LICENSE* + rm -r lib/i18n/tests/ *.md *LICENSE* } -sha512sums="7fff47ab8aeab3e03546af4c4b7738ccaca2fb3fb7b16e3cb0addd3ec57091c469a95bf4848dd01dbc5f831bee280c4ec15e6d334ce1578e4b3ed27f98077111 ruby-i18n-1.1.1.tar.gz" +sha512sums="438145abed34b27af26dc513d0dc30e32412ace3a057cf14a8bc8cb64734ac531bb0a8b7512372faed995fff8bce7a8dd4e44ee29560704646ab35d46d58db3c ruby-i18n-1.5.2.tar.gz" |