diff --git a/ports/allegro5/vcpkg.json b/ports/allegro5/vcpkg.json index 2fef4bc680..8e5ba134cf 100644 --- a/ports/allegro5/vcpkg.json +++ b/ports/allegro5/vcpkg.json @@ -1,6 +1,7 @@ { "name": "allegro5", - "version": "5.2.9.2", + "version": "5.2.9.1", + "port-version": 1, "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 00096954e1..8268fa1392 100644 --- a/versions/a-/allegro5.json +++ b/versions/a-/allegro5.json @@ -1,9 +1,9 @@ { "versions": [ { - "git-tree": "c375db21b3bfa0c14dec1832be9fc687f6b28426", - "version": "5.2.9.2", - "port-version": 0 + "git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497", + "version": "5.2.9.1", + "port-version": 1 }, { "git-tree": "1162ff1bdc43ad43036a30af2ca8214eeea566d9", diff --git a/versions/baseline.json b/versions/baseline.json index 84f6a02c68..d1752d82e0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -85,8 +85,8 @@ "port-version": 3 }, "allegro5": { - "baseline": "5.2.9.2", - "port-version": 0 + "baseline": "5.2.9.1", + "port-version": 1 }, "alpaca": { "baseline": "0.2.1",