homebrew-cask/Casks/fish.rb

15 lines
477 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fish' do
version '2.7.1'
sha256 'd37f093702ef7f05e11333ceb8a1a859452395720b75f5bbbe4851e20157f452'
2015-02-23 20:26:17 +08:00
# github.com/fish-shell/fish-shell was verified as official when first introduced to the cask
url "https://github.com/fish-shell/fish-shell/releases/download/#{version}/fish-#{version}.app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://fishshell.com/release_notes.html'
name 'Fish App'
homepage 'https://fishshell.com/'
2015-02-23 20:26:17 +08:00
depends_on macos: '>= :snow_leopard'
app 'fish.app'
2015-02-23 20:26:17 +08:00
end