Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magrit 2.2.0 (new cask) #198239

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions Casks/m/magrit.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "magrit" do
version "2.2.0"
sha256 "ec9a59be415be1b31b69a8e4930375240a7974e89e3fed505f02c5f1648e6306"

url "https://github.com/riatelab/magrit/releases/download/v#{version}/Magrit-Mac-#{version}-Installer.dmg",

Check failure on line 5 in Casks/m/magrit.rb

View workflow job for this annotation

GitHub Actions / test magrit (macos-15, arm)

Signature verification failed: /private/tmp/cask-audit20250114-5031-fsxbvu/Magrit.app: code has no resources but signature indicates they must be present macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
verified: "github.com/riatelab/magrit/"
name "Magrit"
desc "Thematic cartography"
homepage "https://magrit.cnrs.fr/"

livecheck do
url :url
strategy :github_latest
end

depends_on arch: :arm64
depends_on macos: ">= :big_sur"

app "Magrit.app"

zap trash: [
"~/Library/Application Support/magrit",
"~/Library/Preferences/com.riatelab.magrit.plist",
"~/Library/Saved Application State/com.riatelab.magrit.savedState",
]
end
Loading