pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

The download url for pharo9.0 32 bits is wrong #494

Closed guillep closed 4 years ago

guillep commented 4 years ago

Describe the bug The pharo launcher tries to download the latest pharo.90 32 bits image from a wrong url:

            PhLTemplateSource {
                #type : #URL,
                #name : 'Pharo 9.0 - 32bit (development version, latest)',
                #url : 'https://files.pharo.org/image/90/latest.zip'
            },

The url https://files.pharo.org/image/90/latest.zip should not be used since we moved to 64 bits. Now the urls are:

https://files.pharo.org/image/90/latest-32.zip
https://files.pharo.org/image/90/latest-64.zip