Skip to content

Commit

Permalink
update(sqlite): version
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Jan 30, 2024
1 parent 6bd7799 commit aece87c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqlite3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
_srcver=3450000
_srcver=3450100
_docver=${_srcver}
#_docver=3440000
pkgver=3.45.0
pkgver=3.45.1
pkgrel=2
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
Expand All @@ -22,8 +22,8 @@ source=(https://www.sqlite.org/2024/sqlite-src-${_srcver}.zip
git+https://github.com/ClickHouse/ClickBench.git
https://datasets.clickhouse.com/hits_compatible/hits.csv.gz)
# upstream now switched to sha3sums - currently not supported by makepkg
sha256sums=('14dc2db487e8563ce286a38949042cb1e87ca66d872d5ea43c76391004941fe2'
'c2fb268ef41cfb1270b54511c19ae3164fc18d0a893c1b143dd2655e00c00104'
sha256sums=('7f7b14a68edbcd4a57df3a8c4dbd56d2d3546a6e7cdd50de40ceb03af33d34ba'
'bbe376fdd36884a00f4dd93bcd6e80470d66408d4957cb23ba22931fa579206a'
'55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d'
'SKIP')
Expand Down

0 comments on commit aece87c

Please sign in to comment.