Add Cask: TeXworks.app v0.6.1 (#26718)

* Add TeXworks.app v0.6.1

* Fix url

* Fix url
This commit is contained in:
Fredrik Sävje 2016-11-13 10:10:13 -08:00 committed by Josh Hagins
parent 919a5eb348
commit c4f2e9a11e
1 changed files with 13 additions and 0 deletions

13
Casks/texworks.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'texworks' do
version '0.6.1'
sha256 'd447ba603da349cb893fead53efcdc3bf9a5165c0ca22f5ad5611865deabc596'
# github.com/TeXworks/texworks was verified as official when first introduced to the cask
url "https://github.com/TeXworks/texworks/releases/download/release-#{version}/TeXworks-osx-#{version}-201605010904-git_3614278.dmg"
appcast 'https://github.com/TeXworks/texworks/releases.atom',
checkpoint: '89401a7527b606e156e2bd8eb4ee4306dfcf599ef261be39c04ac530de727f9d'
name 'TeXworks'
homepage 'https://www.tug.org/texworks/'
app 'TeXworks.app'
end