[allegro5] Fix versioning (#42083)

This commit is contained in:
Kai Pastor 2024-11-11 09:17:33 +01:00 committed by GitHub
parent 833c5f68c5
commit 38af5c0112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "allegro5", "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.", "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/", "homepage": "https://liballeg.org/",
"license": "BSD-3-Clause AND Zlib", "license": "BSD-3-Clause AND Zlib",

View File

@ -1,9 +1,9 @@
{ {
"versions": [ "versions": [
{ {
"git-tree": "c375db21b3bfa0c14dec1832be9fc687f6b28426", "git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497",
"version": "5.2.9.2", "version": "5.2.9.1",
"port-version": 0 "port-version": 1
}, },
{ {
"git-tree": "1162ff1bdc43ad43036a30af2ca8214eeea566d9", "git-tree": "1162ff1bdc43ad43036a30af2ca8214eeea566d9",

View File

@ -85,8 +85,8 @@
"port-version": 3 "port-version": 3
}, },
"allegro5": { "allegro5": {
"baseline": "5.2.9.2", "baseline": "5.2.9.1",
"port-version": 0 "port-version": 1
}, },
"alpaca": { "alpaca": {
"baseline": "0.2.1", "baseline": "0.2.1",