Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Sutherland <git@ksuther.com>2020-12-27 03:32:38 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-27 22:42:02 +0300
commitadae6ec58a476f26a82fc477ad7335788f78b0c3 (patch)
tree1ede6a1f5a5b79ac3520e49b65211db6cf136687 /telegram-adium
parentb6f87b17c1f4e297f1b9721f78a88fa28fea0a56 (diff)
Updated libgpg and libgcrypt versions for Adium build
Diffstat (limited to 'telegram-adium')
-rw-r--r--telegram-adium/build_dependencies.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegram-adium/build_dependencies.sh b/telegram-adium/build_dependencies.sh
index 5843352..4c992b6 100644
--- a/telegram-adium/build_dependencies.sh
+++ b/telegram-adium/build_dependencies.sh
@@ -3,8 +3,8 @@
set -ex
-LIBGPG_ERROR_VERSION="1.36"
-LIBGCRYPT_VERSION="1.8.5"
+LIBGPG_ERROR_VERSION="1.41"
+LIBGCRYPT_VERSION="1.8.7"
# Start relative to the location of build_dependencies.sh
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"