Files
homebrew-cask/Casks/p/panic-unison.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
364 B
Ruby

cask "panic-unison" do
version "2.2"
sha256 "b9d08af6ea52fbcf8fe0eebaec9b7b68c7a280d4455de030d99ca9731cca66d9"
url "https://download.panic.com/unison/Unison%20#{version}.zip"
name "Panic Unison"
desc "App to access Usenet Newsgroups"
homepage "https://panic.com/blog/the-future-of-unison/"
app "Unison.app"
caveats do
discontinued
end
end