mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
http://twinery.org/wiki/twine_licenses (also https://github.com/tweecode/twine/blob/master/gpl.txt and https://bitbucket.org/klembot/twinejs/src/50ed887768670b7af46cb8d6d426fc7ae6666b44/LICENSE?at=default)
10 lines
251 B
Ruby
10 lines
251 B
Ruby
cask :v1 => 'twine' do
|
|
version '1.4.1'
|
|
sha256 '717e0f7849f8216a7bae68c66656cf0e3cd0496c8a9d95e3c61e175d56f010e4'
|
|
|
|
url "http://twinery.org/downloads/twine_#{version}_osx.zip"
|
|
homepage 'http://twinery.org/'
|
|
license :gpl
|
|
|
|
app 'Twine.app'
|
|
end
|