From 92188ad5e1f10191c0a85f33788a62a220b543fc Mon Sep 17 00:00:00 2001 From: Dandigit <37099129+Dandigit@users.noreply.github.com> Date: Fri, 10 Aug 2018 17:26:25 +1000 Subject: [PATCH 1/2] [allegro5] Update description to 5.2.4.0 --- ports/allegro5/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/allegro5/CONTROL b/ports/allegro5/CONTROL index 6cf78f2a048..a1515adfffe 100644 --- a/ports/allegro5/CONTROL +++ b/ports/allegro5/CONTROL @@ -1,4 +1,4 @@ Source: allegro5 -Version: 5.2.3.0 +Version: 5.2.4.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 From 72746d186bd4ef0d6da0b5d89c25a36fbe24a1fc Mon Sep 17 00:00:00 2001 From: Dandigit <37099129+Dandigit@users.noreply.github.com> Date: Fri, 10 Aug 2018 17:27:05 +1000 Subject: [PATCH 2/2] [allegro5] Update portfile to 5.2.4.0 --- ports/allegro5/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index d22a0ecd9eb..bb96735362d 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 5.2.3.0 - SHA512 419f036d0265062dbec0e9306b153de5af5375186f7b5b2fe62a80549fc0e2c2a6afff81a6772effa7624fe2e452ed0a2830872ef25cc3b23fea93af99f60ba9 + REF 5.2.4.0 + SHA512 46a7c7b65ffb49ae5c81e5a33d850b4ae94b59135fc9b15174ffe86133445ff328c623c2c48298d3f631cc6310d51f4f3f07b8b952ecbd360755001292cbda8b HEAD_REF master )