[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",
"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.",
"homepage": "https://liballeg.org/",
"license": "BSD-3-Clause AND Zlib",

View file

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

View file

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