Skip to content

Commit

Permalink
Add TeXstudio Beta (Homebrew#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
404NetworkError authored and commitay committed Jul 3, 2018
1 parent 50f0f62 commit 0cb4eb0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/texstudio-beta.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask 'texstudio-beta' do
version '2.12.10beta2'
sha256 '17c8b47fe831a7202a31c1ce0030cfa47c43dc6437731f9b0db209ef81420d3b'

# github.com/texstudio-org/texstudio was verified as official when first introduced to the cask
url "https://github.com/texstudio-org/texstudio/releases/download/#{version}/texstudio-#{version}-osx.dmg"
appcast 'https://github.com/texstudio-org/texstudio/releases.atom'
name 'TeXstudio'
homepage 'http://texstudio.org/'

conflicts_with cask: 'texstudio'

app 'texstudio.app'

zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/texstudio.sfl*',
'~/Library/Preferences/texstudio.plist',
'~/Library/Saved Application State/texstudio.savedState',
]
end

0 comments on commit 0cb4eb0

Please sign in to comment.