diff options
-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" |