mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[allegro5] Fix versioning (#42083)
This commit is contained in:
parent
833c5f68c5
commit
38af5c0112
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user