mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[allegro5] Update to 5.2.10.0 (#42878)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
67310523bb
commit
0ab0ae30bf
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO liballeg/allegro5
|
||||
REF ${VERSION}
|
||||
SHA512 5466e547a20bf22d606a385eeb9facc57b43c7f64689c724f82a572d4730dc62b2860829435b739a716ebca85fdc01c071f3e630048cdfd4799157e61fe815e9
|
||||
REF "${VERSION}"
|
||||
SHA512 fe9a1c28824b88d34045cf3a296a5671f5b6992f881678bbeb5290ec220138ab9bd3608fa241539d39a2c6eec32ef267d31f2694a4c5b06d13164eead6a13a5b
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
do-not-copy-pdbs-to-lib.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "allegro5",
|
||||
"version": "5.2.9.1",
|
||||
"port-version": 1,
|
||||
"version": "5.2.10.0",
|
||||
"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,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "68bc881b999ac9abf8e5a6d7324ab4292a53f7fb",
|
||||
"version": "5.2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "27bd05e0bc710ebb1303d8b59d640bdf8f361497",
|
||||
"version": "5.2.9.1",
|
||||
|
@ -85,8 +85,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"allegro5": {
|
||||
"baseline": "5.2.9.1",
|
||||
"port-version": 1
|
||||
"baseline": "5.2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"alpaca": {
|
||||
"baseline": "0.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user