mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
263 B
Ruby
11 lines
263 B
Ruby
cask :v1 => 'fishapp' do
|
|
version '2.1.1'
|
|
sha256 '92af7a82e6f46b35867ca160e42ca55a65eb86404bff47b8db489952dab488fc'
|
|
|
|
url 'http://fishshell.com/files/2.1.1/fish.app.zip'
|
|
name 'Fish App'
|
|
homepage 'http://fishshell.com'
|
|
license :gpl
|
|
|
|
app 'fish.app'
|
|
end
|