diff options
-rw-r--r-- | main/ruby-activesupport/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/ruby-activesupport/APKBUILD b/main/ruby-activesupport/APKBUILD index 249435263a..0a11c967cc 100644 --- a/main/ruby-activesupport/APKBUILD +++ b/main/ruby-activesupport/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ruby-activesupport _gemname=activesupport -pkgver=4.0.0 -pkgrel=1 +pkgver=4.0.7 +pkgrel=0 pkgdesc="Utility classes and extension to the standard library" url="http://rubygems.org/gems/activesupport" arch="noarch" @@ -33,6 +33,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="ef0727e4446ab141dfe3d350ec663c03 activesupport-4.0.0.gem" -sha256sums="bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 activesupport-4.0.0.gem" -sha512sums="355a88c9cc20e73cc1c0290cf90cd25bf873ae68a2cf9a6d185dd9469e9ca9c27b7f6ad209d8f2984094c464a9fe3660cbdea6bf213fec27e7c6cd3fb96689be activesupport-4.0.0.gem" +md5sums="48a7cdc656d7d36ef9b2f19ae07b0c42 activesupport-4.0.7.gem" +sha256sums="2c9b0524bc8b27a825779443b74807fb235e08bd9bb857bbeea76c20cef6b96c activesupport-4.0.7.gem" +sha512sums="1910e0422e3ad460617b61b2eb6c9186c84dee504330a98cfc7a126bc7aa59f41550152f5bc722e5901ed8be4e64a49dce5346a113aef2dc93f24c2c32738162 activesupport-4.0.7.gem" |