Skip to content

Commit

Permalink
[allegro5] Update to 5.2.10.0 (#42878)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Dec 23, 2024
1 parent 6731052 commit 0ab0ae3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/allegro5/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions ports/allegro5/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/allegro5.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "68bc881b999ac9abf8e5a6d7324ab4292a53f7fb",
"version": "5.2.10.0",
"port-version": 0
},
{
"git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497",
"version": "5.2.9.1",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ab0ae3

Please sign in to comment.