homebrew-cask/Casks/shuttle.rb

17 lines
581 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shuttle' do
2016-02-28 02:43:59 +08:00
version '1.2.6'
sha256 '7b54529cd00332e423839cf768b732ac6c42e17de9325d0a093764180deeb611'
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-02-28 02:43:59 +08:00
checkpoint: 'c3dea2ed479b3ebba7c56ace6040901795f6dc6be92f9ffc30cc808d31723f17'
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-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