summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2023-02-24 00:59:18 -0600
committerGary Kramlich <grim@reaperworld.com>2023-02-24 00:59:18 -0600
commit58b363a42601d5ef4fd60e3e0fc9505cc4ba3a32 (patch)
tree2cb2116d0c3fa23b20655162bd9dd13af7821e49
parent26a0d84ddcf3ec79c49d2a4620c43e677da8bda0 (diff)
downloadpidgin-58b363a42601d5ef4fd60e3e0fc9505cc4ba3a32.tar.gz
Update to gplugin 0.40.0
Testing Done: Ran and verified the plugins dialog was populated. Reviewed at https://reviews.imfreedom.org/r/2281/
-rw-r--r--meson.build2
-rw-r--r--subprojects/gplugin.wrap2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9171837ef6..64b62c8fe4 100644
--- a/meson.build
+++ b/meson.build
@@ -468,7 +468,7 @@ endif
#######################################################################
# Check for GPlugin
#######################################################################
-gplugin_version = ['>=0.39.0', '<0.40.0']
+gplugin_version = ['>=0.40.0', '<0.41.0']
gplugin_dep = dependency('gplugin',
version : gplugin_version,
fallback : ['gplugin', 'gplugin_dep'])
diff --git a/subprojects/gplugin.wrap b/subprojects/gplugin.wrap
index 55ba09d3b6..4c63a04cc6 100644
--- a/subprojects/gplugin.wrap
+++ b/subprojects/gplugin.wrap
@@ -1,4 +1,4 @@
[wrap-hg]
directory = gplugin
url = https://keep.imfreedom.org/gplugin/gplugin
-revision = v0.39.1
+revision = v0.40.0