pharo-project / pharo-website

Other
7 stars 13 forks source link

Fix Zeroconf script #46

Closed bpieber closed 1 year ago

bpieber commented 1 year ago

The script to download the 64bit version downloaded Pharao 10 not Pharao 11.

The script to download the 32bit version actually downloaded the 64bit version of Pharao 11.

estebanlm commented 1 year ago

I guess without the /64/ will work as expected ?

bpieber commented 1 year ago

I guess without the /64/ will work as expected ?

Well, that is what the description says. I tested it back then.

bpieber commented 1 year ago

Yep, it still works the same. With /64/ I still get Pharao 10, without /64/ I get Pharao 11:

bernhard@MacBookPro16 testZeroConf % curl -L https://get.pharo.org | bash    
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3894  100  3894    0     0  34891      0 --:--:-- --:--:-- --:--:-- 37085
Downloading the latest 110 Image:
    http://files.pharo.org/get-files/110/pharoImage-x86_64.zip
Pharo.image
Downloading the latest pharoVM:
    http://files.pharo.org/get-files/110/pharo-vm-Darwin-x86_64-stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui

This is what About Pharo says: Pharo 11.0.0 Build information: Pharo-11.0.0+build.706.sha.ea9092e5193593025c3d8b59fb1010db149b0431 (64 Bit)

Here is the VM version:

bernhard@MacBookPro16 testZeroConf % ./pharo --version
Pharo 10.0.7 built on Sep 14 2023 16:08:14 Compiler: 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29)
Built from: v10.0.7 - Commit: b66dd582 - Date: 2023-09-13 15:14:31 +0200

It must be the 64bit version as I am on macOS Ventura 13.5.2 (22G91), which does not run 32bit software anymore.