freecad: use url :url instead of url :stable for livecheck

This commit is contained in:
Bevan Kay
2024-01-25 09:22:30 +11:00
parent 435d1d2acf
commit e7a722487e
+1 -1
View File
@@ -15,7 +15,7 @@ cask "freecad" do
# (there's also sometimes a notable gap between the release being created
# and the homepage being updated), so the `GithubLatest` strategy is necessary.
livecheck do
url :stable
url :url
strategy :github_latest
end