summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-01-27 15:26:12 +0100
committerTreeve Jelbert2021-01-27 15:26:12 +0100
commita2dcac6bcdec58c3b1f431089a96b459aea85157 (patch)
treefece559c40732f89d1c5f1405bf76fe71ba2853f
parent7c6371a57a53b0258f80471bdcac9188a621b4d7 (diff)
gpgme: => 1.15.1
-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 5466d9d5d6..23e3cb2368 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -37,6 +37,9 @@ case $GPGME_BRANCH in
1.14)
VERSION=1.14.0
;;
+ 1.15)
+ VERSION=1.15.1
+ ;;
esac
SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 362626338a..aa3a4b2dd0 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2021-01=27 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.15.1
+ * PREOPARE: add 1.15 branch
+
2020-11-07 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.14.0
* PREOPARE: add 1.14 branch
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index fb833f6e39..51119f8f35 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.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15