Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pharo::get_vm_url()
Browse files Browse the repository at this point in the history
estebanlm committed Apr 29, 2024
1 parent 40bf94e commit 294ce08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pharo/run.sh
Original file line number Diff line number Diff line change
@@ -160,7 +160,10 @@ pharo::get_vm_url() {
echo "get.pharo.org/64/vmLatest${alpha_version}0"
;;
"Pharo64-stable"|"Pharo-stable")
echo "get.pharo.org/64/vm${stable_version}0"
echo "get.pharo.org/64/64/vm${stable_version}0"
;;
"Pharo64-13")
echo "get.pharo.org/64/vm130"
;;
"Pharo64-12")
echo "get.pharo.org/64/vm120"
@@ -192,6 +195,9 @@ pharo::get_vm_url() {
"Pharo32-stable")
echo "get.pharo.org/vm${stable_version}0"
;;
"Pharo32-13")
echo "get.pharo.org/vm130"
;;
"Pharo32-12")
echo "get.pharo.org/vm120"
;;

0 comments on commit 294ce08

Please sign in to comment.