diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index f91e20f1559c2a..d124032a86c7bb 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO liballeg/allegro5 - REF ${VERSION} - SHA512 5466e547a20bf22d606a385eeb9facc57b43c7f64689c724f82a572d4730dc62b2860829435b739a716ebca85fdc01c071f3e630048cdfd4799157e61fe815e9 + REF "${VERSION}" + SHA512 fe9a1c28824b88d34045cf3a296a5671f5b6992f881678bbeb5290ec220138ab9bd3608fa241539d39a2c6eec32ef267d31f2694a4c5b06d13164eead6a13a5b HEAD_REF master PATCHES do-not-copy-pdbs-to-lib.patch diff --git a/ports/allegro5/vcpkg.json b/ports/allegro5/vcpkg.json index 8e5ba134cf6c84..45ad66860fc420 100644 --- a/ports/allegro5/vcpkg.json +++ b/ports/allegro5/vcpkg.json @@ -1,7 +1,6 @@ { "name": "allegro5", - "version": "5.2.9.1", - "port-version": 1, + "version": "5.2.10.0", "description": "Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.", "homepage": "https://liballeg.org/", "license": "BSD-3-Clause AND Zlib", diff --git a/versions/a-/allegro5.json b/versions/a-/allegro5.json index 8268fa139290ac..c48db1f3da9ad8 100644 --- a/versions/a-/allegro5.json +++ b/versions/a-/allegro5.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "68bc881b999ac9abf8e5a6d7324ab4292a53f7fb", + "version": "5.2.10.0", + "port-version": 0 + }, { "git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497", "version": "5.2.9.1", diff --git a/versions/baseline.json b/versions/baseline.json index 61ad480894e262..2ab803b7520a94 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -85,8 +85,8 @@ "port-version": 4 }, "allegro5": { - "baseline": "5.2.9.1", - "port-version": 1 + "baseline": "5.2.10.0", + "port-version": 0 }, "alpaca": { "baseline": "0.2.1",