mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
251 B
Ruby
10 lines
251 B
Ruby
class Twine < Cask
|
|
version '1.4.1'
|
|
sha256 '717e0f7849f8216a7bae68c66656cf0e3cd0496c8a9d95e3c61e175d56f010e4'
|
|
|
|
url "http://twinery.org/downloads/twine_#{version}_osx.zip"
|
|
homepage 'http://twinery.org/'
|
|
license :unknown
|
|
|
|
app 'Twine.app'
|
|
end
|