Skip to content

Commit

Permalink
salt(cask): Change repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Oct 30, 2024
1 parent 5b29da7 commit f77d9c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Casks/salt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ def self.patch_plist(daemon)
sha256 arm: "968b7701a470f5786474dea4489f96b546e7b6340ba734695b7899aa6edf14a2",
intel: "865d2d3792659ddbd48940b0e031a3e9652a85977cf0a2ef3a5ec00e34eb66cb"

url "https://repo.saltproject.io/salt/py3/macos/minor/#{version}/salt-#{version}-py3-#{arch}.pkg"
url "https://packages.broadcom.com/artifactory/saltproject-generic/macos/#{version}/salt-#{version}-py3-#{arch}.pkg",
verified: "packages.broadcom.com/artifactory/saltproject-generic/"
name "Salt"
desc "Automation and infrastructure management engine"
homepage "https://saltproject.io/"

livecheck do
url "https://repo.saltproject.io/salt/py3/macos/latest"
regex(/salt[._-]v?(\d+(?:\.\d+)+)-py3-#{arch}\.pkg/)
url "https://docs.saltproject.io/en/latest/topics/releases/index.html"
regex(/href="[0-9.]+.html">Salt (\d+\.\d+) release notes/i)
end

conflicts_with formula: "salt"
Expand Down

0 comments on commit f77d9c3

Please sign in to comment.