Files
homebrew-cask/Casks/p/patchwork.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
417 B
Ruby

cask "patchwork" do
version "3.18.1"
sha256 "2436dc487afb45264e81c5b1d65cb4acc7ec8d772ce2af2132122f86ca6d887c"
url "https://github.com/ssbc/patchwork/releases/download/v#{version}/Patchwork-#{version}.dmg"
name "Patchwork"
desc "Decentralized messaging and sharing app using Secure Scuttlebutt"
homepage "https://github.com/ssbc/patchwork"
app "Patchwork.app"
caveats do
discontinued
end
end