homebrew-cask/Casks/twist.rb

14 lines
363 B
Ruby
Raw Normal View History

cask 'twist' do
2018-07-25 05:51:25 +08:00
version '1.0.37,4651'
sha256 '433fe4857b31186f7f415e625db9c4309cf2a7c913a5d5a457789a4dc0a3a016'
url "https://downloads.twistapp.com/mac/Twist-#{version.after_comma}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://downloads.twistapp.com/mac/AppCast.xml'
name 'Twist'
homepage 'https://twistapp.com/'
2018-05-14 00:42:08 +08:00
depends_on macos: '>= :el_capitan'
app 'Twist.app'
end