homebrew-cask-versions/Casks/thrustshell.rb
Francis T. O'Donovan beaecff8c6 Update Casks to avoid hardcoding app version
Fix #15564 (https://github.com/caskroom/homebrew-cask/pull/15564)
changed CONTRIBUTING.md to emphasize the use of versioned
URLs. Applied this recommended style to existing Casks.
2015-12-03 23:16:15 -05:00

11 lines
335 B
Ruby

cask :v1 => 'thrustshell' do
version '0.7.6'
sha256 '9ac1d40a1cac913620eab21c2ff6dd68d75a26b14417f758e681309b194b63b7'
url "https://github.com/breach/thrust/releases/download/v#{version}/thrust-v#{version}-darwin-x64.zip"
name 'thrust'
homepage 'https://github.com/breach/thrust'
license :mit
app 'ThrustShell.app'
end