homebrew-cask/Casks/typora.rb

14 lines
414 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'typora' do
2016-08-07 23:45:44 +08:00
version '0.9.9.6.4'
sha256 '5995a47e3882547eaf987f5d7a43e3a18c0a29abda1d48fc9ee7f42e0abe458b'
2015-03-05 03:48:38 +08:00
2016-01-12 23:50:19 +08:00
url "https://www.typora.io/download/typora_#{version}.zip"
appcast 'https://www.typora.io/download/dev_update.xml',
2016-08-07 23:45:44 +08:00
checkpoint: 'dd8dad2777736108fe7b67ae76ab2e89f8adf3c14277c0c79346a015478ac1ff'
name 'Typora'
homepage 'https://typora.io'
2015-03-05 03:48:38 +08:00
license :gratis
app 'Typora.app'
end