Merge pull request #2298 from janisozaur/lodepng-update

Update lodepng to 20151024
This commit is contained in:
Duncan 2015-11-13 22:51:42 +00:00
commit 3d59186e24
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ if [[ ! -d build ]]; then
fi
# keep in sync with version in install.sh
sha256sum=0a7b5ea46e9cb4b19000b69690eae0b75929752f7db192c78bd7ffb61d696835
sha256sum=69ff98c9544838fb16384bc78af9dc1c452b9d01d919e43f5fec686d02c9bdd8
libVFile="./libversion"
libdir="./lib"
currentversion=0

View File

@ -4,7 +4,7 @@ SDL2_PV=2.0.3
SDL2_TTF_PV=2.0.12
cachedir=.cache
liburl=https://openrct.net/launcher/libs/orctlibs.zip
liburl=https://openrct2.website/files/orctlibs.zip
mkdir -p $cachedir
echo $(uname)

View File

@ -1,10 +1,10 @@
#init
$libversion = 3
$libversion = 4
$path = Split-Path $Script:MyInvocation.MyCommand.Path
$zip = $path+'\orctlibs.zip'
$libs = $path+'\lib'
$libsVFile = $path+'\libversion'
$liburl = 'https://openrct.net/launcher/libs/orctlibs_vs.zip'
$liburl = 'https://openrct2.website/files/orctlibs-vs.zip'
$libsTest = Test-Path $libs
#libs version test