Skip to content

Commit

Permalink
Merge pull request msys2#4618 from lazka/sqlite-3.46.0
Browse files Browse the repository at this point in the history
sqlite: Update to 3.46.0
  • Loading branch information
lazka authored May 24, 2024
2 parents 812638a + 26ff3bd commit 53f1997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqlite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc'
'sqlite-extensions'
'lemon')
_sqlite_year=2024
_srcver=3450300
_srcver=3460000
_docver=${_srcver}
pkgver=3.45.3
pkgver=3.46.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
Expand All @@ -30,8 +30,8 @@ source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_srcver}.zip
0007-sqlite3.36.0-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
0020-missing-include.patch
Makefile.ext.in README.md.in)
sha256sums=('ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1'
'13383c4babde9f0aa2c4d195d2109be6ba54a10b5759930912a5c559c6ec2e48'
sha256sums=('070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec'
'5ec9651bbfab7d3bf0a295f4d9be7d861e9968ea993438f05b579d8a75fe1e6f'
'0b76663a90e034f3d7f2af5bfada4cedec5ebc275361899eccc5c18e6f01ff1f'
'ee6bdd979a97205a1a2dd760e90c8588f45523cecb5256c0d927f24494f7fc9f'
'589b7182343dba3dd8225c13ff1d7d275e5f714e7793bac1c88f7cfdd569d9e0'
Expand Down

0 comments on commit 53f1997

Please sign in to comment.