Skip to content

Commit

Permalink
Merge pull request #197739 from Surgo/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Jan 10, 2025
2 parents b45511a + 4555c7d commit a236cd8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Casks/s/satdump.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask "satdump" do
arch arm: "Silicon", intel: "Intel"

version "1.2.2"
sha256 arm: "a84cdf81b27a8b484b654ccafe6072cd5b3e7dc06fc3280dd2b801a2ffeef93c",
intel: "009e48d0b243a1090e07ffe71b2678a0aab314129802522c6aafef4c83b7dcd7"

url "https://github.com/SatDump/SatDump/releases/download/#{version}/SatDump-macOS-#{arch}.dmg",
verified: "github.com/SatDump/SatDump/"
name "SatDump"
desc "Generic satellite data processing software"
homepage "https://www.satdump.org/"

livecheck do
url :url
strategy :github_latest
end

app "SatDump.app"
binary "#{appdir}/SatDump.app/Contents/MacOS/satdump"

zap trash: "~/Library/Saved Application State/com.altillimity.satdump.savedState"
end

0 comments on commit a236cd8

Please sign in to comment.