homebrew-cask/Casks/twelf.rb

12 lines
323 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'twelf' do
2014-09-27 16:42:58 +08:00
version '1.7.1'
sha256 'be9e638d0c1dca17d70b06218084b6012fe74aecae09183db457c1c25f7cf3a0'
2015-01-19 10:57:24 +08:00
# plparty.org is the official download host per the vendor homepage
2014-09-27 16:42:58 +08:00
url "http://twelf.plparty.org/releases/twelf-osx-#{version}.dmg"
homepage 'http://www.twelf.org'
2014-10-12 00:34:57 +08:00
license :bsd
2014-09-27 16:42:58 +08:00
app 'Twelf'
end