diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 01:25:11 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 01:16:57 +0200 |
commit | 8b39bf70d8cb0f2cb61e00f337cbc348d1fc02d6 (patch) | |
tree | af96a389fd08dcf69a5ae8dd6a0e3952bf6997c1 /main | |
parent | 24717a07b11f59f3caa45b898cc3fe3b85571f4c (diff) | |
download | aports-8b39bf70d8cb0f2cb61e00f337cbc348d1fc02d6.tar.bz2 aports-8b39bf70d8cb0f2cb61e00f337cbc348d1fc02d6.tar.xz |
main/ruby-bundler: upgrade to 1.16.3
Diffstat (limited to 'main')
-rw-r--r-- | main/ruby-bundler/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-bundler/APKBUILD b/main/ruby-bundler/APKBUILD index d1a4dd7716..f4b6339254 100644 --- a/main/ruby-bundler/APKBUILD +++ b/main/ruby-bundler/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> _gemname=bundler pkgname=ruby-$_gemname -pkgver=1.16.2 +pkgver=1.16.3 pkgrel=0 pkgdesc="Manage an application's gem dependencies" url="https://bundler.io/" @@ -34,4 +34,4 @@ package() { "$gemdir"/gems/$_gemname-$pkgver/man } -sha512sums="998708b0eec5cdf7ab89b415a0a5173275b221b46e7151c0f05cb49f64a902a0fb0d77f831c60afe55ac4cafe6f4229d082d3f6c38ec13767add7979853f9221 bundler-1.16.2.gem" +sha512sums="bc6b911a5ad2911c35be1ce4e28d42b7762cfc950bc060cca1527b66f78c5f125ed5524d1fc161f68053f00997742c6354549712be0a49c72877ab32ccbbefe6 bundler-1.16.3.gem" |