mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
325 B
Ruby
11 lines
325 B
Ruby
cask :v1 => 'thrustshell' do
|
|
version '0.7.6'
|
|
sha256 '9ac1d40a1cac913620eab21c2ff6dd68d75a26b14417f758e681309b194b63b7'
|
|
|
|
url 'https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0.7.6-darwin-x64.zip'
|
|
name 'thrust'
|
|
homepage 'https://github.com/breach/thrust'
|
|
license :mit
|
|
|
|
app 'ThrustShell.app'
|
|
end
|