mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
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.
11 lines
335 B
Ruby
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
|