diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-29 13:12:11 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 12:27:56 -0800 |
| commit | 26f12d20bbbce9247860f5cb0a14088f91d06970 (patch) | |
| tree | f59ab60cf8f70233aed0c6ef3e161e420c19ed0c /ports/allegro5 | |
| parent | 1e8bb55f144a61c68e01cefe1b3c15f58b71cd06 (diff) | |
| download | vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.tar.gz vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.zip | |
[many ports] Updates to latest
Diffstat (limited to 'ports/allegro5')
| -rw-r--r-- | ports/allegro5/CONTROL | 2 | ||||
| -rw-r--r-- | ports/allegro5/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/allegro5/CONTROL b/ports/allegro5/CONTROL index 8f078909a..6cf78f2a0 100644 --- a/ports/allegro5/CONTROL +++ b/ports/allegro5/CONTROL @@ -1,4 +1,4 @@ Source: allegro5 -Version: 5.2.2.0-1 +Version: 5.2.3.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. Build-Depends: opengl, zlib, freetype, libogg, libvorbis, libflac, openal-soft, libpng, bzip2, physfs, libtheora, opus, opusfile diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index 46cb8020d..d22a0ecd9 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -14,8 +14,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO liballeg/allegro5 - REF e8b209bc20a60224859eb8a0cae082bd20d32ed1 - SHA512 50b30d4b539bd4a2488d2b33e9fbfc6fdfd340039d9086993a5719bab3cb020ee6fe7f6d3578755a52c8aab9816d25cd74710ce93b0b374a2f97620b6138419d + REF 5.2.3.0 + SHA512 419f036d0265062dbec0e9306b153de5af5375186f7b5b2fe62a80549fc0e2c2a6afff81a6772effa7624fe2e452ed0a2830872ef25cc3b23fea93af99f60ba9 HEAD_REF master ) |
