mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:17:15 +08:00
sqlcipher: update to 3.4.1
This commit is contained in:
parent
2055059ec6
commit
d8544dce7c
@ -1,5 +1,5 @@
|
||||
pkgname=sqlcipher
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files"
|
||||
arch=('x86_64')
|
||||
@ -7,7 +7,7 @@ url="https://www.zetetic.net/sqlcipher/"
|
||||
license=('BSD')
|
||||
makedepends=('openssl' 'sqlite3' 'tcl')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
|
||||
sha256sums=('4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user