Skip to content

Commit d4a415b

Browse files
authored
[allegro5] Update to 5.2.6.0 (#11187)
1 parent de340a0 commit d4a415b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/allegro5/CONTROL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: allegro5
2-
Version: 5.2.5.0
2+
Version: 5.2.6.0
33
Homepage: https://github.com/liballeg/allegro5
44
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.
55
Build-Depends: opengl, zlib, freetype, libogg, libvorbis, libflac, openal-soft, libpng, bzip2, physfs, libtheora, opus, opusfile

ports/allegro5/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO liballeg/allegro5
6-
REF 5.2.5.0
7-
SHA512 9b97a46f0fd146c3958a5f8333822665ae06b984b3dbedc1356afdac8fe3248203347cb08b30ebda049a7320948c7844e9d00dc055c317836c2557b5bfc2ab04
6+
REF 5.2.6.0
7+
SHA512 d590c1a00d1b314c6946e0f6ad3e3a8b6e6309bada2ec38857186f817147ac99dae8a1c4412abe701af88da5dca3dd8f989a1da66630192643d3c08c0146b603
88
HEAD_REF master
99
PATCHES
1010
fix-pdb-install.patch

0 commit comments

Comments
 (0)