File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- 5.16.0-cocoa-alpha1
1
+ 5.16.0
Original file line number Diff line number Diff line change 3
3
set -x
4
4
5
5
fpc=" fpc-3.0.4.intel-macosx"
6
- lazarus=" lazarus-1.8 .2-i686-macosx"
6
+ lazarus=" lazarus-2.0 .2-i686-macosx"
7
7
8
8
if [ -n " ${sourceforge_mirror-} " ]; then
9
9
mirror_string=" &use_mirror=${sourceforge_mirror} "
@@ -19,10 +19,11 @@ if [ ! -x "$(command -v fpc 2>&1)" ]; then
19
19
fi
20
20
21
21
if [ ! -x " $( command -v lazbuild 2>&1 ) " ]; then
22
- wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.8 .2/$lazarus .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O " $lazarus .dmg"
22
+ wget " https://downloads.sourceforge.net/project/lazarus/Lazarus%20Mac%20OS%20X%20i386/Lazarus%202.0 .2/$lazarus .dmg?r=&ts=$( date +%s) ${mirror_string-} " -O " $lazarus .dmg"
23
23
hdiutil attach -quiet " $lazarus .dmg"
24
24
pkgpath=" $( hdiutil attach " $lazarus .dmg" | command awk " /Apple_HFS/ { print \$ 3 }" ) "
25
25
sudo installer -pkg " $pkgpath /lazarus.pkg" -target /
26
26
hdiutil unmount " $pkgpath "
27
27
rm " $lazarus .dmg"
28
+ lazbuild --build-ide= --cpu=x86_64 --widgetset=cocoa
28
29
fi
You can’t perform that action at this time.
0 commit comments