diff options
Diffstat (limited to 'main/ruby-activesupport')
-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 07dcc0316a..408d3bd978 100644 --- a/main/ruby-activesupport/APKBUILD +++ b/main/ruby-activesupport/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ruby-activesupport _gemname=activesupport -pkgver=3.2.13 +pkgver=4.0.0 pkgrel=0 pkgdesc="Utility classes and extension to the standard library" -url="https://rubyforge.org/projects/activesupport/" +url="http://rubygems.org/gems/activesupport" arch="noarch" license="GPL" depends="ruby ruby-i18n ruby-multi_json" @@ -33,6 +33,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="ccd7f45b436d5703f1d0e99dfa6aa5e9 activesupport-3.2.13.gem" -sha256sums="1e39ca69876634a38e344dd079d92b3ab27e1bde0b979b04d0e3252591a451ed activesupport-3.2.13.gem" -sha512sums="84f3b8dfda2b47c9439d76ebf1bd68eae95f5aa754a0828ac05d09d192520250e10b067694c96b27448cabd71aff709d403f944a7d906f3aad3843ab58ae6b94 activesupport-3.2.13.gem" +md5sums="ef0727e4446ab141dfe3d350ec663c03 activesupport-4.0.0.gem" +sha256sums="bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 activesupport-4.0.0.gem" +sha512sums="355a88c9cc20e73cc1c0290cf90cd25bf873ae68a2cf9a6d185dd9469e9ca9c27b7f6ad209d8f2984094c464a9fe3660cbdea6bf213fec27e7c6cd3fb96689be activesupport-4.0.0.gem" |