Skip to content

Commit

Permalink
cask(salt): Update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Aug 25, 2023
1 parent 100db26 commit 91fd6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/salt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
homepage "https://saltproject.io/"

livecheck do
url "https://repo.saltproject.io/salt/py3/macos/"
regex(%r{(\d+(?:\.\d+)?(?:-\d+)?)/})
url "https://repo.saltproject.io/salt/py3/macos/latest"
regex(%r{salt-(\d+(?:\.\d+)?(?:-\d+)?)-py3-#{arch}\.pkg})
end

conflicts_with formula: "salt"
Expand Down

0 comments on commit 91fd6d9

Please sign in to comment.