mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
282 B
Ruby
9 lines
282 B
Ruby
class Pusher < Cask
|
|
version '0.4.3'
|
|
sha256 'cb52416dd88e7a0afc0e7492860fed0bd7f4568a9ef5ae75befb3216cec36fdb'
|
|
|
|
url "https://github.com/noodlewerk/NWPusher/releases/download/#{version}/pusher.app.zip"
|
|
homepage 'https://github.com/noodlewerk/NWPusher'
|
|
|
|
app 'Pusher.app'
|
|
end
|