Skip to content

Commit 387f1b2

Browse files
SiegeLordExSiegeLord
authored andcommitted
Bump package to 5.2.8.0, deps to 1.13.0
1 parent 9bd893d commit 387f1b2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

universal/Allegro.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
44
<metadata>
55
<id>Allegro</id>
6-
<version>5.2.7.1</version>
6+
<version>5.2.8.0</version>
77
<title>Allegro Game Programming Library</title>
88
<authors>Allegro Developers</authors>
99
<owners>Allegro Developers</owners>
@@ -18,7 +18,7 @@
1818
<tags>Native</tags>
1919
<dependencies>
2020
<group>
21-
<dependency id="AllegroDeps" version="[1.12.1.0]" />
21+
<dependency id="AllegroDeps" version="[1.13.0.0]" />
2222
</group>
2323
</dependencies>
2424
</metadata>

universal/AllegroDeps.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
44
<metadata>
55
<id>AllegroDeps</id>
6-
<version>1.12.1.0</version>
6+
<version>1.13.0.0</version>
77
<title>Allegro Dependencies Package</title>
88
<authors>Allegro Developers</authors>
99
<owners>Allegro Developers</owners>

universal/build_allegro_msys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dynamic_output_dir="$root/$4/dynamic_rt"
1616
parallel=-j$(nproc)
1717

1818
common_args="-DCMAKE_FIND_ROOT_PATH=\"${deps_dir}\""
19-
common_args="${common_args} -DWANT_EXAMPLES=off -DWANT_TESTS=off -DWANT_DEMO=off -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on -DWANT_OPENAL=off"
19+
common_args="${common_args} -DWANT_EXAMPLES=off -DWANT_TESTS=off -DWANT_DEMO=off -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on -DWANT_OPENAL=off -DWANT_NATIVE_IMAGE_LOADER=off"
2020
common_args="${common_args} -DZLIB_INCLUDE_DIR=\"${deps_dir}/include\" -DZLIB_LIBRARY=\"${deps_dir}/lib/libzlib.a\""
2121
common_args="${common_args} -DPNG_PNG_INCLUDE_DIR=\"${deps_dir}/include\" -DPNG_LIBRARY_RELEASE=\"${deps_dir}/lib/libpng16.a\""
2222
common_args="${common_args} -DJPEG_INCLUDE_DIR=\"${deps_dir}/include\" -DJPEG_LIBRARY=\"${deps_dir}/lib/libjpeg.a\""

universal/create_nuspec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import argparse
44

55
parser = argparse.ArgumentParser()
6-
parser.add_argument('--allegro_version', default='5.2.7.1')
7-
parser.add_argument('--allegro_deps_version', default='1.12.1.0')
6+
parser.add_argument('--allegro_version', default='5.2.8.0')
7+
parser.add_argument('--allegro_deps_version', default='1.13.0.0')
88
parser.add_argument('--toolchains', default='v142,v143,ClangCL')
99
parser.add_argument('--bits', default='win32,x64')
1010
ARGS = parser.parse_args()

universal/package_msys.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -x
44
set -e
55

6-
ALLEGRO_VERSION=5.2.7.0
7-
DEPS_VERSION=1.12.0
8-
GCC_VERSION_32=10.2.0
9-
GCC_VERSION_64=10.2.0
6+
ALLEGRO_VERSION=5.2.8.0
7+
DEPS_VERSION=1.13.0
8+
GCC_VERSION_32=12.1.0
9+
GCC_VERSION_64=12.1.0
1010

1111
make_deps_package() {
1212
# $1 - path to copy from

0 commit comments

Comments
 (0)