New version: sqlite3mc 2.1.3 (#24551)

This commit is contained in:
Tao Zuhong 2025-06-14 00:58:56 +08:00 committed by GitHub
parent dd3786731c
commit 66c94fb01b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=sqlite3mc
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.1.0
pkgver=2.1.3
pkgrel=1
pkgdesc="SQLite3 encryption extension with support for multiple ciphers (mingw-w64)"
arch=('any')
@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-pkgconf")
source=("https://github.com/utelle/SQLite3MultipleCiphers/archive/v${pkgver}/${_realname}-$pkgver.tar.gz")
sha256sums=('e7778297643f613bc2dabbcec8070d38a19e24b50d2faaed71b3d70ef0f0fe84')
sha256sums=('57304f1cf870723a2157306a0a4f0eded99f10df9ca5896c9143ccf21d779eed')
prepare() {
cd "${srcdir}/SQLite3MultipleCiphers-${pkgver}"