aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-08-30 13:26:20 -0700
committerGitHub <noreply@github.com>2017-08-30 13:26:20 -0700
commit137d5a29ae87cfbe0a18b3d2f495d450870bb70b (patch)
tree55e9872a3a0852adde66c8c47bec172294994e9f
parent1d62cc0df89407289ab0c74d3c5088765018de1d (diff)
parentfa8ce7af7e316bb9c775c0f9eb0d6dcc4dce882a (diff)
downloadvcpkg-137d5a29ae87cfbe0a18b3d2f495d450870bb70b.tar.gz
vcpkg-137d5a29ae87cfbe0a18b3d2f495d450870bb70b.zip
Merge pull request #1740 from codicodi/gtk-3.22.19
[gtk] update to 3.22.19
-rw-r--r--ports/gtk/CONTROL2
-rw-r--r--ports/gtk/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL
index 6a5a0e8b7..a668ff3f5 100644
--- a/ports/gtk/CONTROL
+++ b/ports/gtk/CONTROL
@@ -1,4 +1,4 @@
Source: gtk
-Version: 3.22.15
+Version: 3.22.19
Description: Portable library for creating graphical user interfaces.
Build-Depends: glib, atk, gdk-pixbuf, pango, cairo, libepoxy, gettext
diff --git a/ports/gtk/portfile.cmake b/ports/gtk/portfile.cmake
index 29af53e58..b915ce5f3 100644
--- a/ports/gtk/portfile.cmake
+++ b/ports/gtk/portfile.cmake
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)
-set(GTK_VERSION 3.22.15)
+set(GTK_VERSION 3.22.19)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/gtk+-${GTK_VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/gnome/sources/gtk+/3.22/gtk+-${GTK_VERSION}.tar.xz"
FILENAME "gtk+-${GTK_VERSION}.tar.xz"
- SHA512 c99c4a52bc447a21be20546bdc7808081abde076af9603424c1de20af031ac3f9bd121709d4c18705db8ba2f66ace0aae9b32741347788a8d81afa358d67e758)
+ SHA512 c83198794433ee6eb29f8740d59bd7056cd36808b4bff1a99563ab1a1742e6635dab4f2a8be33317f74d3b336f0d1adc28dd91410da056b50a08c215f184dce2)
vcpkg_extract_source_archive(${ARCHIVE})
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})