Skip to content

Commit

Permalink
Merge pull request #172661 from pulsation/feat/tad/add-arm64-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei authored May 1, 2024
2 parents 757c620 + 0a209a5 commit fce970c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Casks/t/tad.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cask "tad" do
arch arm: "-arm64"

version "0.13.0"
sha256 "4c71f6f6a0fadf65891663d1a0462dd8d3576a4c62bdd8721012cbdd61ee1fee"
sha256 arm: "9c129a65fdf94b4b32b6e26d8836a56d4284bff9a6e1df657cc23d19e5c802b1",
intel: "4c71f6f6a0fadf65891663d1a0462dd8d3576a4c62bdd8721012cbdd61ee1fee"

url "https://github.com/antonycourtney/tad/releases/download/v#{version}/Tad-#{version}.dmg",
url "https://github.com/antonycourtney/tad/releases/download/v#{version}/Tad-#{version}#{arch}.dmg",
verified: "github.com/antonycourtney/tad/"
name "Tad"
desc "Desktop application for viewing and analyzing tabular data"
Expand All @@ -13,6 +16,8 @@
strategy :github_latest
end

depends_on macos: ">= :catalina"

app "Tad.app"
binary "#{appdir}/Tad.app/Contents/Resources/tad.sh", target: "tad"

Expand Down

0 comments on commit fce970c

Please sign in to comment.