mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
fltk-1.4.2
This commit is contained in:
@@ -21,19 +21,19 @@ md5_check () {
|
||||
}
|
||||
|
||||
if [ $OSTYPE == 'darwin'* ] || [ $1 = "1" ] ; then
|
||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.1/fltk-1.4.1-source.tar.gz
|
||||
export DOWNLOADHASH="203eed9e14a7bd6ff0373c0f3f32ef07"
|
||||
export ARCHIVENAMEBASE=fltk-1.4.1-source
|
||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.2/fltk-1.4.2-source.tar.gz
|
||||
export DOWNLOADHASH="2df31c81fbf9ef79f9ac5895d4559e6b"
|
||||
export ARCHIVENAMEBASE=fltk-1.4.2-source
|
||||
export PATCHFILE=
|
||||
export FOLDERNAME=fltk-1.4.1
|
||||
export FOLDERNAME=fltk-1.4.2
|
||||
else
|
||||
|
||||
if [ -z ${EMSDK+x} ]; then
|
||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.1/fltk-1.4.1-source.tar.gz
|
||||
export DOWNLOADHASH="203eed9e14a7bd6ff0373c0f3f32ef07"
|
||||
export ARCHIVENAMEBASE=fltk-1.4.1-source
|
||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.2/fltk-1.4.2-source.tar.gz
|
||||
export DOWNLOADHASH="2df31c81fbf9ef79f9ac5895d4559e6b"
|
||||
export ARCHIVENAMEBASE=fltk-1.4.2-source
|
||||
export PATCHFILE=fltk-1.4.x-vc6.patch
|
||||
export FOLDERNAME=fltk-1.4.1
|
||||
export FOLDERNAME=fltk-1.4.2
|
||||
else
|
||||
# https://github.com/MoAlyousef/fltk_wasm32_emscripten/tree/emscripten
|
||||
# ("emscripten" branch)
|
||||
@@ -42,7 +42,7 @@ else
|
||||
# changed to :
|
||||
# let idata = new ImageData(new Uint8ClampedArray(HEAPF64.buffer, $1, $2).slice(), $3, $4);
|
||||
export DOWNLOADURL=https://hxc2001.com/vrac/fltk-1.4.0-wasm32.tar.gz
|
||||
export DOWNLOADHASH="16cba8128aaf4f24fcf748a08c764ea8"
|
||||
export DOWNLOADHASH="c68c29b7a8c58bb5c98022dab42d5c35"
|
||||
export ARCHIVENAMEBASE=fltk-1.4.0-wasm32
|
||||
export PATCHFILE=
|
||||
export FOLDERNAME=fltk-1.4.0-wasm32
|
||||
|
||||
Reference in New Issue
Block a user