Skip to content

Commit

Permalink
[xcb-util-wm] Correct the download hash.
Browse files Browse the repository at this point in the history
That SHA512 is for 24eb17df2e1245885e72c9d4bbb0a0f69f0700f2, which was 0.4.1, not 0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 which is 0.4.2.

This was probably just done wrong originally in microsoft#27240
  • Loading branch information
BillyONeal committed Feb 2, 2023
1 parent fce6afc commit c558976
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/xcb-util-wm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO lib/libxcb-wm
REF 0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 #v 0.4.2
SHA512 6af514465eaa98d5417de352bd3e4f3880180f886dc1202c64496cb5a07c82c377afeb9396acf57e20caa73e858fe7e6309f3ed7a74e88eb58e1da1f31ac0bd8
SHA512 c8be48000ad2dbe5bd430241745edb16280c2d7e602872ed8e14e6245e64391cbf8f234a4d83aad65c96ec58c3b312f2fe7f0bf01cb82f46b3e50f2358b94741
HEAD_REF master
PATCHES build.patch
)
)
file(TOUCH "${SOURCE_PATH}/m4/dummy")
set(ENV{ACLOCAL} "aclocal -I \"${CURRENT_INSTALLED_DIR}/share/xorg/aclocal/\"")

Expand Down
1 change: 1 addition & 0 deletions ports/xcb-util-wm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "xcb-util-wm",
"version": "0.4.2",
"port-version": 1,
"description": "XCB client and window-manager helpers for ICCCM & EWMH.",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8314,7 +8314,7 @@
},
"xcb-util-wm": {
"baseline": "0.4.2",
"port-version": 0
"port-version": 1
},
"xerces-c": {
"baseline": "3.2.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xcb-util-wm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1979c75a17a0cbdf34fa5044b3cf1fa936c24147",
"version": "0.4.2",
"port-version": 1
},
{
"git-tree": "da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb",
"version": "0.4.2",
Expand Down

0 comments on commit c558976

Please sign in to comment.