mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[allegro5] Fix versioning (#42083)
This commit is contained in:
parent
833c5f68c5
commit
38af5c0112
3 changed files with 7 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue