SQLite3MC: Update to 1.8.6

This commit is contained in:
Tao Zuhong
2024-06-21 12:37:07 +08:00
committed by GitHub
parent c32d902409
commit 765dbbe447

View File

@@ -3,7 +3,7 @@
_realname=sqlite3mc
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.8.5
pkgver=1.8.6
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=('50859bd21c18c90574e746805e55ec49272aa086635e7127057613c93f895cbf')
sha256sums=('7250e3d9ca4368df00d0ebfaa744add66b458a5de318728b95369d621ebf2028')
prepare() {
cd "${srcdir}/SQLite3MultipleCiphers-${pkgver}"