homebrew-cask/Casks/shuttle.rb

16 lines
566 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shuttle' do
2016-12-12 08:15:38 +08:00
version '1.2.9'
sha256 '0b80bf62922291da391098f979683e69cc7b65c4bdb986a431e3f1d9175fba20'
2016-02-11 06:24:43 +08:00
# github.com/fitztrev/shuttle was verified as official when first introduced to the cask
2015-11-06 23:57:04 +08:00
url "https://github.com/fitztrev/shuttle/releases/download/v#{version}/Shuttle.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/fitztrev/shuttle/releases.atom',
2016-12-12 08:15:38 +08:00
checkpoint: '450d58e7a2032148d809afe3bc6dd4cb7b0fd0bb807855fa17f452c57ace3a3b'
2015-04-28 02:03:34 +08:00
name 'Shuttle'
2015-06-29 14:32:18 +08:00
homepage 'https://fitztrev.github.io/shuttle/'
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