Files
homebrew-cask/Casks/p/puush.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

17 lines
277 B
Ruby

cask "puush" do
version "66"
sha256 :no_check
url "https://puush.me/dl/puush.zip"
name "puush"
desc "Share screenshots"
homepage "https://puush.me/"
livecheck do
url "https://puush.me/dl/puush.xml?hax=jax"
strategy :sparkle
end
app "puush.app"
end