diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-15 00:30:56 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-15 00:32:46 +0200 |
commit | a10ff10e162a259705326ea1f6c6000225b7c8ea (patch) | |
tree | 14aaf1ac98b0062f98fe32b047f27435caa88e90 /community/ruby-mini_portile2 | |
parent | 5e0bae422954c111f25626d9dc8ce38ce600c5dc (diff) | |
download | aports-a10ff10e162a259705326ea1f6c6000225b7c8ea.tar.bz2 aports-a10ff10e162a259705326ea1f6c6000225b7c8ea.tar.xz |
community/ruby-mini_portile2: upgrade to 2.3.0
Diffstat (limited to 'community/ruby-mini_portile2')
-rw-r--r-- | community/ruby-mini_portile2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-mini_portile2/APKBUILD b/community/ruby-mini_portile2/APKBUILD index 6179c003b5..74b8454a36 100644 --- a/community/ruby-mini_portile2/APKBUILD +++ b/community/ruby-mini_portile2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-mini_portile2 _gemname=${pkgname#ruby-} -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=0 pkgdesc="Simplistic port-like solution for developers" url="https://github.com/flavorjones/mini_portile" @@ -31,4 +31,4 @@ package() { "$geminstdir"/*.yml } -sha512sums="149e76650113b273e37abd46d7f6aa5e4d4c507300ec5a4c49d41c8fa66b7af6cb06a0df504a9658e49d2475c6db7ef0c40c959d43dcaf08a1793a7129533277 mini_portile2-2.2.0.gem" +sha512sums="be2119dc6eeac597254f234b493bdadceff77f0a7ca5e8cbe4b5708bddd4b470b30fb9945b7240dc142b4d3f2a761231db863f71d0274f2bc376fe2808e719ef mini_portile2-2.3.0.gem" |