diff options
Diffstat (limited to 'main/ruby-activesupport/APKBUILD')
-rw-r--r-- | main/ruby-activesupport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-activesupport/APKBUILD b/main/ruby-activesupport/APKBUILD index 1e1b3a5f42..8c920fc88c 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.8 +pkgver=3.2.11 pkgrel=0 pkgdesc="Utility classes and extension to the standard library" url="https://rubyforge.org/projects/activesupport/" @@ -33,4 +33,4 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="65c4dc238e26ee7b92b705135452615e activesupport-3.2.8.gem" +md5sums="0111d422d20221093990bac0a0d3b447 activesupport-3.2.11.gem" |