mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
8 lines
197 B
Ruby
8 lines
197 B
Ruby
class Puush < Cask
|
|
url 'http://puush.me/dl/puush.zip'
|
|
appcast 'https://puush.me/dl/puush.xml?hax=jax'
|
|
homepage 'http://puush.me/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'puush.app'
|
|
end
|