diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-23 13:45:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-23 13:45:18 +0000 |
commit | adbea2847691136cd42b32cc4624b0850b663891 (patch) | |
tree | 7fa14bf741e2a79731c3a9034c702ec2233a4911 /main/sqlite | |
parent | 6361c75dd52142737f3c52ff74102327c8c6963b (diff) | |
download | aports-adbea2847691136cd42b32cc4624b0850b663891.tar.bz2 aports-adbea2847691136cd42b32cc4624b0850b663891.tar.xz |
main/sqlite: upgrade to 3.7.6.3
Diffstat (limited to 'main/sqlite')
-rw-r--r-- | main/sqlite/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD index 924a26a896..4c698d84d4 100644 --- a/main/sqlite/APKBUILD +++ b/main/sqlite/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=sqlite -pkgver=3.7.6.2 +pkgver=3.7.6.3 _a=${pkgver%%.*} _b=${pkgver#${_a}.} _b=${_b%%.*} @@ -11,7 +11,7 @@ case $pkgver in *.*.*.*) _ver=${_a}0${_b}0${_c}0${_d};; *.*.*) _ver=${_a}0${_b}0${_c}00;; esac -pkgrel=1 +pkgrel=0 pkgdesc="A C library that implements an SQL database engine" url="http://www.sqlite.org/" arch="all" @@ -73,5 +73,5 @@ package() { install -Dm644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt } -md5sums="f16c08617968b4087b3d591fd575f59f sqlite-autoconf-3070602.tar.gz +md5sums="7eb41eea5ffa5cbe359a48629084c425 sqlite-autoconf-3070603.tar.gz c1cdbc5544034d9012e421e75a5e4890 license.txt" |