sqlite3: Update to 3.8.3

This commit is contained in:
Alexpux
2014-02-05 07:45:59 +04:00
parent 0bb3cbf020
commit 2da24fd8cd

View File

@@ -3,8 +3,8 @@
_realname=sqlite3
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
_amalgamationver=3080200
pkgver=3.8.2
_amalgamationver=3080300
pkgver=3.8.3
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -13,8 +13,8 @@ groups=("${_mingw_suff}")
url="http://www.sqlite.org"
depends=("${_mingw_suff}-crt" "${_mingw_suff}-ncurses" "${_mingw_suff}-readline")
makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-tcl")
source=("http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz")
sha1sums=('6033ef603ce221d367c665477514d972ef1dc90e')
source=("http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz")
sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2')
options=('!strip' 'staticlibs')
build() {