Skip to content

Commit

Permalink
version bumps on all the libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Sep 21, 2020
1 parent 2e88a1b commit cacd4ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rebuild-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@

work_folder = "work"

SDL2_filebase = "SDL2-2.0.10"
SDL2_filebase = "SDL2-2.0.12"
SDL2_urlbase = "https://www.libsdl.org/release/" + SDL2_filebase

glm_filebase = "glm-0.9.9.7"
glm_urlbase = "https://github.com/g-truc/glm/releases/download/0.9.9.7/" + glm_filebase
glm_filebase = "glm-0.9.9.8"
glm_urlbase = "https://github.com/g-truc/glm/releases/download/0.9.9.8/" + glm_filebase

zlib_filebase = "zlib-1.2.11"
if target == 'windows':
Expand All @@ -72,7 +72,7 @@
libopus_filebase = "opus-1.3.1"
libopus_url = "https://archive.mozilla.org/pub/opus/" + libopus_filebase + ".tar.gz"

opusfile_filebase = "opusfile-0.11"
opusfile_filebase = "opusfile-0.12"
opusfile_url = "https://downloads.xiph.org/releases/opus/" + opusfile_filebase + ".tar.gz"

libopusenc_filebase = "libopusenc-0.2.1"
Expand All @@ -84,10 +84,10 @@
jam_file = 'ftjam-2.5.2-win32.zip'
jam_url = 'https://sourceforge.net/projects/freetype/files/ftjam/2.5.2/' + jam_file + '/download'

freetype_filebase = 'freetype-2.10.1'
freetype_filebase = 'freetype-2.10.2'
freetype_url = 'https://download.savannah.gnu.org/releases/freetype/' + freetype_filebase + '.tar.gz'

harfbuzz_filebase = '2.6.4'
harfbuzz_filebase = '2.7.2'
harfbuzz_urlbase = 'https://github.com/harfbuzz/harfbuzz/archive/' + harfbuzz_filebase

if not os.path.exists(work_folder):
Expand Down

0 comments on commit cacd4ac

Please sign in to comment.