homebrew-cask/Casks/fish.rb

14 lines
325 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fish' do
version '2.3.1'
sha256 '0993fcb0b10b1d2609f0d4533836f43f66ae2cba2f59f279208f603cdf7fd770'
2015-02-23 20:26:17 +08:00
url "http://fishshell.com/files/#{version}/fish-#{version}.pkg"
2015-02-23 20:26:17 +08:00
name 'Fish Shell'
homepage 'http://fishshell.com'
license :gpl
pkg 'fish.pkg'
uninstall pkgutil: 'com.ridiculousfish.fish-shell-pkg'
2015-02-23 20:26:17 +08:00
end