mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/sqlcipher: Updated for version 3.4.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
6c79813149
commit
a47f78b271
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sqlcipher
|
||||
|
||||
# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sqlcipher
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlcipher"
|
||||
VERSION="3.4.0"
|
||||
VERSION="3.4.1"
|
||||
HOMEPAGE="http://sqlcipher.net"
|
||||
DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v3.4.0/sqlcipher-3.4.0.tar.gz"
|
||||
MD5SUM="2225da8fc163f78b5fffd0bcf8b28695"
|
||||
DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v3.4.1/sqlcipher-3.4.1.tar.gz"
|
||||
MD5SUM="edd1c57129c21a22ab2c2fd7f47d4ccd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue