homebrew-cask/Casks/twine.rb

13 lines
372 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'twine' do
2016-03-09 22:07:48 +08:00
version '2.0.11'
sha256 '360d7b72b538d622e01d5fdac059bf6ddeac97619fdf5002fae736ca4b4eca19'
2016-06-20 02:47:44 +08:00
# bitbucket.org/klembot/twinejs was verified as official when first introduced to the cask
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