homebrew-cask/Casks/shuttle.rb

13 lines
329 B
Ruby
Raw Normal View History

2014-11-14 01:26:55 +08:00
cask :v1 => 'shuttle' do
version '1.2.2'
2015-01-05 09:40:17 +08:00
sha256 '116a216b8f0a9485ed82d944b5ae99bfad1c96a7d2aa3c296808ab824264d7a4'
url "https://github.com/fitztrev/shuttle/releases/download/#{version}/Shuttle.zip"
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