diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2015-07-08 12:39:16 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2015-07-08 12:39:16 +0300 |
commit | 390c5e61822473fce8eca628ebc0105fec79361b (patch) | |
tree | 39617660bdac24136f5dafc9c29280db33353e99 /main/ruby-activesupport4.2 | |
parent | d18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9 (diff) | |
download | aports-390c5e61822473fce8eca628ebc0105fec79361b.tar.bz2 aports-390c5e61822473fce8eca628ebc0105fec79361b.tar.xz |
main/ruby-rails4.2: upgrade to 4.2.3 (incl. dependencies)
Diffstat (limited to 'main/ruby-activesupport4.2')
-rw-r--r-- | main/ruby-activesupport4.2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/ruby-activesupport4.2/APKBUILD b/main/ruby-activesupport4.2/APKBUILD index 5fed2f6749..eb6e32b66c 100644 --- a/main/ruby-activesupport4.2/APKBUILD +++ b/main/ruby-activesupport4.2/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ruby-activesupport4.2 _gemname=activesupport -pkgver=4.2.1 -pkgrel=1 +pkgver=4.2.3 +pkgrel=0 pkgdesc="Utility classes and extension to the standard library" url="http://rubygems.org/gems/activesupport" arch="noarch" @@ -39,6 +39,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="99e138421467a2b8ff753736c65bebcc activesupport-4.2.1.gem" -sha256sums="36742443adbc7b4648b8674d119ac9dc446c3a555ce73a5a28b1fa029e8adad4 activesupport-4.2.1.gem" -sha512sums="55ef965a0a4837546f1e11072abfb7e7e15b7265fcb89c2181acf9ac8b7727097550459cf8a1a9b27dfabf5983ecd8538757b823c3edc0f83787f55ed7357277 activesupport-4.2.1.gem" +md5sums="47661cf402931b39203849d408ec4300 activesupport-4.2.3.gem" +sha256sums="33954b8af8de98c971250bee5344735123fd660e194010481c03f36bbf7bb65b activesupport-4.2.3.gem" +sha512sums="90d3084c7e7b1adcf93efab1c6c78297c848eac316a50100d802a27b21571113dc02cf72d9f8055852f2b4f0c612b515597ebf4f03427a8d74a84ac8a4e1c95c activesupport-4.2.3.gem" |