mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
234 B
Ruby
9 lines
234 B
Ruby
class Twelf < Cask
|
|
version '1.7.1'
|
|
sha256 'be9e638d0c1dca17d70b06218084b6012fe74aecae09183db457c1c25f7cf3a0'
|
|
|
|
url "http://twelf.plparty.org/releases/twelf-osx-#{version}.dmg"
|
|
homepage 'http://www.twelf.org'
|
|
|
|
app 'Twelf'
|
|
end
|