mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
348 B
Ruby
10 lines
348 B
Ruby
class Texshop < Cask
|
|
version '3.36.2'
|
|
sha256 '5571887f176c4d3a7ffdc1e239a06042a9c852eed4fa964cf789b1b532afe2de'
|
|
|
|
url 'http://pages.uoregon.edu/koch/texshop/texshop-64/texshop336.2.zip'
|
|
appcast 'http://pages.uoregon.edu/koch/texshop/texshop-64/texshopappcast.xml'
|
|
homepage 'http://pages.uoregon.edu/koch/texshop'
|
|
|
|
link 'TexShop.app'
|
|
end
|