diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-07 18:44:30 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:36:42 +0200 |
commit | 4a3163cac505f97fc2a12156f3eaa98070f82dd6 (patch) | |
tree | ed884215302236d1a3aee478be559a8951e26290 /main/ruby-sqlite/APKBUILD | |
parent | f7f3069fe11254369245dff5d33c17a3abfeec96 (diff) | |
download | aports-4a3163cac505f97fc2a12156f3eaa98070f82dd6.tar.bz2 aports-4a3163cac505f97fc2a12156f3eaa98070f82dd6.tar.xz |
main/ruby-sqlite: upgrade to 1.3.8
Diffstat (limited to 'main/ruby-sqlite/APKBUILD')
-rw-r--r-- | main/ruby-sqlite/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/ruby-sqlite/APKBUILD b/main/ruby-sqlite/APKBUILD index ca657b05d0..e5a71fe854 100644 --- a/main/ruby-sqlite/APKBUILD +++ b/main/ruby-sqlite/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ruby-sqlite _gemname=sqlite3 -pkgver=1.3.6 -pkgrel=1 +pkgver=1.3.8 +pkgrel=0 pkgdesc="SQLite API module for Ruby" url="http://rubygems.org/gems/sqlite3" arch="all" @@ -33,4 +33,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="a54f7d9d7e60450f281ded5fa0f846bb sqlite3-1.3.6.gem" +md5sums="7ae1d9e66b0c2752cd9cbe75b9a08ce0 sqlite3-1.3.8.gem" +sha256sums="6a97b019e177d33472bac1aab199d9ae8c24f18eb63461cadc3223607a82287a sqlite3-1.3.8.gem" +sha512sums="376e5e0f40697a5cf3d3140aee041f41114bdbadb55425eaa0e5c663e17ff6872f466cc08abfbede319d5e377fd47f73aaf1aa9134cf609fbdbea39480bbe56f sqlite3-1.3.8.gem" |