homebrew-cask/Casks/fish.rb

13 lines
400 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fish' do
2017-01-11 10:18:35 +08:00
version '2.4.0'
sha256 '2736219f658c21d965adee3d4728b4d04d1948f67345871b2a33dd983eebee90'
2015-02-23 20:26:17 +08:00
url "https://fishshell.com/files/#{version}/fish-#{version}.app.zip"
appcast 'https://fishshell.com/release_notes.html',
checkpoint: 'f13673696814c5d522f32245deb1e5dcf9bf8b2a06ca6707c20acf17035e2ed4'
name 'Fish App'
homepage 'https://fishshell.com/'
2015-02-23 20:26:17 +08:00
app 'fish.app'
2015-02-23 20:26:17 +08:00
end