homebrew-cask/Casks/relaunch64.rb

15 lines
654 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'relaunch64' do
2015-04-05 00:29:11 +08:00
# note: "64" is not a version number, but an intrinsic part of the product name
2016-12-08 13:13:43 +08:00
version '3.3.7'
sha256 '0fdd2802f8b85ab3b1ec03cb5a22ba20e94a89f4ee6edd974ab818490dd686dc'
2015-04-05 00:29:11 +08:00
2016-06-19 07:07:35 +08:00
# github.com/sjPlot/Relaunch64 was verified as official when first introduced to the cask
url "https://github.com/sjPlot/Relaunch64/releases/download/#{version}/Relaunch64_#{version}_OS_X_app.zip"
appcast 'https://github.com/sjPlot/Relaunch64/releases.atom',
2016-12-08 13:13:43 +08:00
checkpoint: '5abcb08d6650c2d81d27d678af3095629f8db4a36807961a0813c58bbc1d6e7d'
2015-04-05 00:29:11 +08:00
name 'Relaunch64'
homepage 'http://www.popelganda.de/relaunch64.html'
app 'Relaunch64.app'
end