homebrew-cask/Casks/twine.rb

13 lines
351 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'twine' do
version '2.0.10'
sha256 '3d073a624bd56817438105732e0e808b2ae9ff5bfebb455b70133cff80b0134f'
# bitbucket.org is the official download host per the vendor homepage
url "https://bitbucket.org/klembot/twinejs/downloads/twine_#{version}_osx.zip"
2015-01-05 04:04:26 +08:00
name 'Twine'
homepage 'http://twinery.org/'
license :gpl
2014-09-16 00:06:32 +08:00
app 'Twine.app'
2014-02-01 19:47:13 +08:00
end