Skip to content

Commit

Permalink
salt(cask): 3006.5
Browse files Browse the repository at this point in the history
Add support for Apple Silicon
  • Loading branch information
cdalvaro committed Dec 12, 2023
1 parent f48c1e2 commit b2bdf1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Casks/salt.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
cask "salt" do
arch arm: "arm64", intel: "x86_64"

version "3006.4"
sha256 arm: "4c624e7451bd58c6364863087dba9f425e0bc0373984cb808430e7fbeac069a5",
intel: "4c624e7451bd58c6364863087dba9f425e0bc0373984cb808430e7fbeac069a5"
version "3006.5"
sha256 arm: "bac43fcb5ca04679245e1b6510cb060f282c6f1bb15280396214ca671c74ce65",
intel: "90c55ae9836d7f3f1e2c6cb930cff60b334393c87482f26b32121c04db2ad5ea"

# url "https://repo.saltproject.io/salt/py3/macos/minor/#{version}/salt-#{version}-py3-#{arch}.pkg"
url "https://repo.saltproject.io/salt/py3/macos/minor/#{version}/salt-#{version}-py3-x86_64.pkg"
url "https://repo.saltproject.io/salt/py3/macos/minor/#{version}/salt-#{version}-py3-#{arch}.pkg"
name "Salt"
desc "World's fastest, most intelligent and scalable automation engine"
homepage "https://saltproject.io/"
Expand Down

0 comments on commit b2bdf1d

Please sign in to comment.