Skip to content

Commit

Permalink
macos fix (WIP) - bad md5 test...
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Dec 15, 2024
1 parent a01fdfc commit 2e93ea2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ 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 DOWNLOADHASH="203eed9e14a7bd6ff0373c0f3f32ef08"
export ARCHIVENAMEBASE=fltk-1.4.1-source
export PATCHFILE=
export FOLDERNAME=fltk-1.4.1
else
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.1/fltk-1.4.1-source.tar.gz
export DOWNLOADHASH="203eed9e14a7bd6ff0373c0f3f32ef07"
export DOWNLOADHASH="203eed9e14a7bd6ff0373c0f3f32ef08"
export ARCHIVENAMEBASE=fltk-1.4.1-source
export PATCHFILE=fltk-1.4.x-vc6.patch
export FOLDERNAME=fltk-1.4.1
Expand Down

0 comments on commit 2e93ea2

Please sign in to comment.