Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version database
Browse files Browse the repository at this point in the history
Bazket571 committed Nov 2, 2024
1 parent 648ad81 commit dc7d2df
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/allegro5/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allegro5",
"version": "5.2.9.1",
"version": "5.2.9.2",
"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",
@@ -24,6 +24,7 @@
"name": "libwebp",
"default-features": false
},
"minimp3",
"openal-soft",
"opus",
"opusfile",
@@ -36,8 +37,7 @@
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"minimp3"
"zlib"
],
"default-features": [
{
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": "b851ab5c1343656dd3d5dff7e0e206c1c5c1feaa",
"version": "5.2.9.2",
"port-version": 0
},
{
"git-tree": "1162ff1bdc43ad43036a30af2ca8214eeea566d9",
"version": "5.2.9.1",
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@
"port-version": 3
},
"allegro5": {
"baseline": "5.2.9.1",
"baseline": "5.2.9.2",
"port-version": 0
},
"alpaca": {

0 comments on commit dc7d2df

Please sign in to comment.