homebrew-cask/Casks/pusher.rb

11 lines
301 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'pusher' do
2014-10-23 04:52:39 +08:00
version '0.5.3'
sha256 'f2a2c6a39f105c10d5653fa1afe364aa8e930a9cb411c738197e5dc97f378edb'
2014-09-26 20:09:08 +08:00
url "https://github.com/noodlewerk/NWPusher/releases/download/#{version}/pusher.app.zip"
homepage 'https://github.com/noodlewerk/NWPusher'
2014-10-01 23:33:42 +08:00
license :oss
2014-09-16 00:06:11 +08:00
app 'Pusher.app'
2014-02-09 18:56:40 +08:00
end