summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTreeve Jelbert2021-09-09 13:10:42 +0200
committerTreeve Jelbert2021-09-09 13:10:42 +0200
commit599e9872dd532f9ef08c5fa62561b5a89f6b94bf (patch)
tree5d19432ec7d492b9f04255cbfbe5fd41c34ebbd7 /crypto
parent68b05b3829f93747dd4cd42832b6e189f1cd8407 (diff)
gpgme: => 1.16.0
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/gpgme/DETAILS3
-rw-r--r--crypto/gpgme/HISTORY4
-rwxr-xr-xcrypto/gpgme/PREPARE2
3 files changed, 8 insertions, 1 deletions
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index 23e3cb2368..65f5722941 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -40,6 +40,9 @@ case $GPGME_BRANCH in
1.15)
VERSION=1.15.1
;;
+ 1.16)
+ VERSION=1.16.0
+ ;;
esac
SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index aa3a4b2dd0..6f831ac16c 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2021-09-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.16.0
+ * PREPARE: add 1.16 branch
+
2021-01=27 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.15.1
* PREOPARE: add 1.15 branch
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index 51119f8f35..042f24f4d0 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,2 +1,2 @@
config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?" \
- 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15
+ 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16