Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[allegro5] Update to 5.2.10.0 #42878

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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