mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-16 05:50:26 +08:00
lib32-sqlite3: update to 3.20.0
This commit is contained in:
parent
db21f9f8f4
commit
6f85cd1f19
@ -1,8 +1,8 @@
|
||||
_pkgbasename=sqlite3
|
||||
pkgname=lib32-sqlite3
|
||||
_srcver=3170000
|
||||
_srcver=3200000
|
||||
_docver=${_srcver}
|
||||
pkgver=3.17.0
|
||||
pkgver=3.20.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -10,8 +10,8 @@ license=('custom')
|
||||
url="http://www.sqlite.org/"
|
||||
depends=(lib32-glibc $_pkgbasename=$pkgver 'lib32-gcc-libs')
|
||||
makedepends=('tcl' 'gcc' 'lib32-readline')
|
||||
source=(http://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
|
||||
sha1sums=('67368dfa74dac296cebfc4a8fe9bb92ef47e8b47')
|
||||
source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
|
||||
sha1sums=('f0463bd42d51052693b8ac7ff671ac7a0acf1215')
|
||||
options=('!makeflags')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user