diff options
| author | Daniel Shaw <danielshaw1212@gmail.com> | 2017-06-02 14:21:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-02 14:21:43 -0700 |
| commit | e573ed00a198ea609de095243ede3b40a8e79421 (patch) | |
| tree | ef8d00634c705356b3e0f593041d8c6ef5fd936a | |
| parent | a422a53cf6744f6e174cdde10e91ae83faf79e71 (diff) | |
| parent | 4570ac743c24d636f03af0fc9e90a0e42c76b3ae (diff) | |
| download | vcpkg-e573ed00a198ea609de095243ede3b40a8e79421.tar.gz vcpkg-e573ed00a198ea609de095243ede3b40a8e79421.zip | |
Merge pull request #1215 from codicodi/gtk-3.22.15
[gtk] update to 3.22.15
| -rw-r--r-- | ports/gtk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gtk/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL index f1a30f2c7..6a5a0e8b7 100644 --- a/ports/gtk/CONTROL +++ b/ports/gtk/CONTROL @@ -1,4 +1,4 @@ Source: gtk -Version: 3.22.14 +Version: 3.22.15 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 b16013de6..29af53e58 100644 --- a/ports/gtk/portfile.cmake +++ b/ports/gtk/portfile.cmake @@ -1,11 +1,11 @@ include(vcpkg_common_functions) -set(GTK_VERSION 3.22.14) +set(GTK_VERSION 3.22.15) 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 f7b2cfc63f8c849c45dc4f80c8115dcf20d0da63718eedbe133f8ac86c17488a91fecb8a0e47bb6b48f81b06ce6897540d900ab8bfbe673426dacf4f7ef74e8b) + SHA512 c99c4a52bc447a21be20546bdc7808081abde076af9603424c1de20af031ac3f9bd121709d4c18705db8ba2f66ace0aae9b32741347788a8d81afa358d67e758) vcpkg_extract_source_archive(${ARCHIVE}) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
