homebrew-cask/Casks/jubler.rb

18 lines
495 B
Ruby
Raw Normal View History

2014-11-14 01:26:10 +08:00
cask :v1 => 'jubler' do
2015-01-07 01:07:08 +08:00
version '5.0.5'
sha256 '363f272cc1e15e02cf3e28935b9b2fdd91c43b93b2d1afef281e500c158b8bcd'
2015-01-18 07:24:38 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-09-26 20:08:59 +08:00
url "http://downloads.sourceforge.net/sourceforge/jubler/Jubler-#{version}.dmg"
2015-04-07 21:27:30 +08:00
name 'Jubler'
homepage 'http://www.jubler.org/'
license :gpl
2014-09-16 00:05:47 +08:00
app 'Jubler.app'
2015-08-03 20:37:30 +08:00
caveats <<-EOS.undent
#{token} requires Java 6+, you can install the latest Java using
brew cask install java
EOS
2013-05-26 23:41:51 +08:00
end