Skip to content

Commit 4465ba5

Browse files
authored
Merge pull request #6739 from BOINC/vko_update_custom_vcpkg_ports
[ci] update custom vcpkg ports
2 parents f92d191 + 72833ed commit 4465ba5

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

3rdParty/vcpkg_ports/ports/gdk-pixbuf/portfile.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
string(REGEX MATCH [[^[0-9][0-9]*\.[1-9][0-9]*]] VERSION_MAJOR_MINOR ${VERSION})
22
vcpkg_download_distfile(ARCHIVE
3-
URLS "https://download.gnome.org/sources/gdk-pixbuf/${VERSION_MAJOR_MINOR}/gdk-pixbuf-${VERSION}.tar.xz"
4-
FILENAME "GNOME-gdk-pixbuf-${VERSION}.tar.xz"
3+
URLS
4+
"https://download.gnome.org/sources/${PORT}/${VERSION_MAJOR_MINOR}/${PORT}-${VERSION}.tar.xz"
5+
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/${PORT}/${VERSION_MAJOR_MINOR}/${PORT}-${VERSION}.tar.xz"
6+
FILENAME "GNOME-${PORT}-${VERSION}.tar.xz"
57
SHA512 ae9fcc9b4e8fd10a4c9bf34c3a755205dae7bbfe13fbc93ec4e63323dad10cc862df6a9e2e2e63c84ffa01c5e120a3be06ac9fad2a7c5e58d3dc6ba14d1766e8
68
)
79

3rdParty/vcpkg_ports/ports/gdk-pixbuf/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gdk-pixbuf",
33
"version": "2.42.12",
4-
"port-version": 5,
4+
"port-version": 6,
55
"description": "Image loading library.",
66
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
77
"license": "LGPL-2.1-or-later",

3rdParty/vcpkg_ports/ports/librsvg/portfile.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
string(REGEX REPLACE "^([0-9]*[.][0-9]*)[.].*" "\\1" MAJOR_MINOR "${VERSION}")
44
vcpkg_download_distfile(ARCHIVE
5-
URLS "https://download.gnome.org/sources/librsvg/${MAJOR_MINOR}/librsvg-${VERSION}.tar.xz"
6-
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/librsvg/${MAJOR_MINOR}/librsvg-${VERSION}.tar.xz"
5+
URLS
6+
"https://download.gnome.org/sources/librsvg/${MAJOR_MINOR}/librsvg-${VERSION}.tar.xz"
7+
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/librsvg/${MAJOR_MINOR}/librsvg-${VERSION}.tar.xz"
78
FILENAME "librsvg-${VERSION}.tar.xz"
89
SHA512 db0563d8e0edaae642a6b2bcd239cf54191495058ac8c7ff614ebaf88c0e30bd58dbcd41f58d82a9d5ed200ced45fc5bae22f2ed3cf3826e9348a497009e1280
910
)

3rdParty/vcpkg_ports/ports/librsvg/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "librsvg",
33
"version": "2.40.21",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "A small library to render Scalable Vector Graphics (SVG)",
66
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
77
"license": "LGPL-2.0-or-later",

0 commit comments

Comments
 (0)