Skip to content
Open
Changes from 1 commit
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
18 changes: 18 additions & 0 deletions Casks/x/xdeck.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cask "xdeck" do
version "3.0"
sha256 "b3c0d1f264f9bac1dc1be6d9609f3abf66b6f2ea61831f3b0b6884152b07845f"

url "https://github.com/morishin/XDeck/releases/download/#{version}/XDeck-#{version}.zip"
name "XDeck"
desc "TweetDeck-style X/Twitter client"
homepage "https://github.com/morishin/XDeck"

livecheck do
url :url
strategy :github_latest
end

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The livecheck stanza is likely unnecessary, as the upstream repository does not seem to utilise GitHub pre-releases or have tags without releases. The default livecheck should suffice.

Suggested change
livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :ventura"

app "XDeck.app"
end
Loading