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

gossip 0.8.0 (new cask) #155700

Closed
wants to merge 1 commit 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
35 changes: 35 additions & 0 deletions Casks/g/gossip.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cask "gossip" do
arch arm: "arm64", intel: "x86_64"

version "0.8.0"
sha256 arm: "3b589bbf7357904142922270991748c10e380335124df31434058c416cfc168c",
intel: "f661810442773c816f2eb1d05ec276a3e443a3d0f4e459d9d7715b88d75f8f41"

url "https://github.com/mikedilger/gossip/releases/download/v#{version}/gossip-#{version}-Darwin-#{arch}.dmg"

Check failure on line 8 in Casks/g/gossip.rb

View workflow job for this annotation

GitHub Actions / test gossip (macos-13, arm)

Signature verification failed: /private/tmp/d20230920-3173-4ivogm/Gossip.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.

Check failure on line 8 in Casks/g/gossip.rb

View workflow job for this annotation

GitHub Actions / test gossip (macos-13, intel)

Signature verification failed: /private/tmp/d20230920-14221-1pqon74/Gossip.app: rejected macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
name "Gossip"
desc "Desktop client for Nostr written in Rust"
homepage "https://github.com/mikedilger/gossip"

livecheck do
url :url
strategy :github_latest
end

app "Gossip.app"

zap trash: [
"~/Library/Application Support/gossip",
"~/Library/Saved Application State/com.mikedilger.gossip.savedState",
]

caveats <<~EOS
This app may not run with quarantine attributes typically applied by macOS
security policy. If you're sure you want to trust the app, you can reinstall
without quarantine attributes:

brew reinstall --cask --no-quarantine #{token}

https://docs.brew.sh/FAQ#why-cant-i-open-a-mac-app-from-an-unidentified-developer
https://github.com/mikedilger/gossip/blob/master/packaging/macos/README.macos.txt
EOS
end
Loading