File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- fpc=" fpc-3.0.2 .intel-macosx"
3
- lazarus=" lazarus-1.6.4-20170226-i386 -macosx"
2
+ fpc=" fpc-3.0.4 .intel-macosx"
3
+ lazarus=" lazarus-1.8.0-i686 -macosx"
4
4
5
5
if [ -n " ${sourceforge_mirror-} " ]; then
6
6
mirror_string=" &use_mirror=$sourceforge_mirror "
7
7
fi
8
8
9
9
if [ ! -x " $( command -v fpc 2>&1 ) " ]; then
10
- wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.6.4 /$fpc .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O $fpc .dmg
10
+ wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.8.0 /$fpc .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O $fpc .dmg
11
11
hdiutil attach -quiet $fpc .dmg
12
12
pkgpath=" $( hdiutil attach $fpc .dmg | grep Apple_HFS | awk ' { print $3 }' ) "
13
13
sudo installer -pkg " $pkgpath /$fpc .pkg" -target /
@@ -16,7 +16,7 @@ if [ ! -x "$(command -v fpc 2>&1)" ]; then
16
16
fi
17
17
18
18
if [ ! -x " $( command -v lazbuild 2>&1 ) " ]; then
19
- wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.6.4 /$lazarus .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O " $lazarus .dmg"
19
+ wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.8.0 /$lazarus .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O " $lazarus .dmg"
20
20
hdiutil attach -quiet " $lazarus .dmg"
21
21
pkgpath=" $( hdiutil attach " $lazarus .dmg" | grep Apple_HFS | awk ' { print $3 }' ) "
22
22
sudo installer -pkg " $pkgpath /lazarus.pkg" -target /
You can’t perform that action at this time.
0 commit comments