diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-10 07:59:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-10 07:59:42 +0000 |
commit | 2c046cac6aa8128cd7640534747de1e688ef59e1 (patch) | |
tree | 86551cfadf3bc93698fd81f9ecfd2f37406b497c /main | |
parent | 8a210d2eecd74e3287da011c570eeff87f1825fd (diff) | |
download | aports-2c046cac6aa8128cd7640534747de1e688ef59e1.tar.bz2 aports-2c046cac6aa8128cd7640534747de1e688ef59e1.tar.xz |
main/ruby-activesupport: upgrade to 3.2.13
Diffstat (limited to 'main')
-rw-r--r-- | main/ruby-activesupport/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ruby-activesupport/APKBUILD b/main/ruby-activesupport/APKBUILD index 8c920fc88c..07dcc0316a 100644 --- a/main/ruby-activesupport/APKBUILD +++ b/main/ruby-activesupport/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ruby-activesupport _gemname=activesupport -pkgver=3.2.11 +pkgver=3.2.13 pkgrel=0 pkgdesc="Utility classes and extension to the standard library" url="https://rubyforge.org/projects/activesupport/" @@ -33,4 +33,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="0111d422d20221093990bac0a0d3b447 activesupport-3.2.11.gem" +md5sums="ccd7f45b436d5703f1d0e99dfa6aa5e9 activesupport-3.2.13.gem" +sha256sums="1e39ca69876634a38e344dd079d92b3ab27e1bde0b979b04d0e3252591a451ed activesupport-3.2.13.gem" +sha512sums="84f3b8dfda2b47c9439d76ebf1bd68eae95f5aa754a0828ac05d09d192520250e10b067694c96b27448cabd71aff709d403f944a7d906f3aad3843ab58ae6b94 activesupport-3.2.13.gem" |