homebrew-cask/Casks/puush.rb

12 lines
217 B
Ruby
Raw Normal View History

class Puush < Cask
2014-09-17 19:42:58 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:05 +08:00
url 'https://puush.me/dl/puush.zip'
2014-05-14 21:40:02 +08:00
appcast 'https://puush.me/dl/puush.xml?hax=jax'
homepage 'http://puush.me/'
2014-10-01 23:33:42 +08:00
license :unknown
2014-09-16 00:06:11 +08:00
app 'puush.app'
end