homebrew-cask/Casks/fugu.rb

13 lines
395 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fugu' do
version '1.2.1pre1'
sha256 '3f96ac9c94516c100bab5fe03cc1571634955f15e1949d32d675b91f5058e328'
2015-01-18 03:31:06 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:37 +08:00
url "http://downloads.sourceforge.net/project/fugussh/Unstable/fugu-#{version}/Fugu-#{version}.zip"
2015-03-30 21:32:04 +08:00
name 'Fugu'
homepage 'http://rsug.itd.umich.edu/software/fugu/'
license :bsd
2014-09-16 00:05:36 +08:00
app 'Fugu.app'
end