homebrew-cask/Casks/shuttle.rb

13 lines
326 B
Ruby
Raw Normal View History

2013-07-11 22:20:37 +08:00
class Shuttle < Cask
2013-12-14 22:14:39 +08:00
version '1.2.0'
sha256 'a6a20b461556e54c99f14eaaaa4ee8e41cb0250561525be87340f0fda635d2b3'
2014-09-26 20:09:11 +08:00
url "https://github.com/fitztrev/shuttle/releases/download/v#{version}/Shuttle.dmg"
homepage 'http://fitztrev.github.io/shuttle/'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:18 +08:00
app 'Shuttle.app'
2014-10-22 18:16:41 +08:00
zap :delete => '~/.shuttle.json'
2013-07-11 22:20:37 +08:00
end