Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
taozuhong authored Jun 21, 2024
1 parent c32d902 commit efaf7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-sqlite3mc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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}"
Expand Down

0 comments on commit efaf7dc

Please sign in to comment.