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

Fix for including the builds after build 1258 #670

Closed hernanmd closed 5 months ago

hernanmd commented 5 months ago

This PR address the issue #667.

It updates the regular expression filter pattern in sources.list, to match lines beginning with href, then followed by "Pharo-12" and optionally followed by a dot and minor version numbers.

demarey commented 5 months ago

I updated the regex as this one will match more expressions than wanted. I also added a test for it. All this is available through a PR on your branch: https://github.com/hernanmd/pharo-launcher/pull/1