Skip to content

Commit 0ab0ae3

Browse files
MonicaLiu0311Monica
andauthored
[allegro5] Update to 5.2.10.0 (microsoft#42878)
Co-authored-by: Monica <[email protected]>
1 parent 6731052 commit 0ab0ae3

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ports/allegro5/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO liballeg/allegro5
4-
REF ${VERSION}
5-
SHA512 5466e547a20bf22d606a385eeb9facc57b43c7f64689c724f82a572d4730dc62b2860829435b739a716ebca85fdc01c071f3e630048cdfd4799157e61fe815e9
4+
REF "${VERSION}"
5+
SHA512 fe9a1c28824b88d34045cf3a296a5671f5b6992f881678bbeb5290ec220138ab9bd3608fa241539d39a2c6eec32ef267d31f2694a4c5b06d13164eead6a13a5b
66
HEAD_REF master
77
PATCHES
88
do-not-copy-pdbs-to-lib.patch

ports/allegro5/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "allegro5",
3-
"version": "5.2.9.1",
4-
"port-version": 1,
3+
"version": "5.2.10.0",
54
"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.",
65
"homepage": "https://liballeg.org/",
76
"license": "BSD-3-Clause AND Zlib",

versions/a-/allegro5.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "68bc881b999ac9abf8e5a6d7324ab4292a53f7fb",
5+
"version": "5.2.10.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497",
510
"version": "5.2.9.1",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"port-version": 4
8686
},
8787
"allegro5": {
88-
"baseline": "5.2.9.1",
89-
"port-version": 1
88+
"baseline": "5.2.10.0",
89+
"port-version": 0
9090
},
9191
"alpaca": {
9292
"baseline": "0.2.1",

0 commit comments

Comments
 (0)