Skip to content

muzimuzhi/homebrew-texstudio-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew tap texstudio-beta

Due to too few downloads, on 5 May 2020, cask texstudio-beta (2.12.22beta2) was removed from homebrew-cask-version, the official repo for pre-release casks.

So there is this homebrew tap.

Installation

  • brew install muzimuzhi/texstudio-beta/texstudio-beta
  • or brew tap muzimuzhi/texstudio-beta and then brew install texstudio-beta.

Note: texstudio-beta conflicts with texstudio, so you may need to run brew uninstall texstudio before installing texstudio-beta.

Upgrading a formula

Run (doc)

brew bump-formula-pr muzimuzhi/texstudio-beta/<formula> --version=<version>

Or, through manual steps:

  • Update version
  • Open a PR
  • After checks passed, label PR with pr-pull label
  • @github-actions bot will update bottles then cherry-pick commit(s) in PR

See Homebrew tap with bottles uploaded to GitHub Releases

Upgrading a cask

Run (doc)

brew bump-cask-pr muzimuzhi/texstudio-beta/<cask> --version=<version>

Or, through manual steps:

Upgrade cask file texstudio-beta.rb:

  • update version stanzas
  • update sha256 stanzas obtained from shasum -a 256 <.dmg file>
  • verify upgrade by executing brew audit --cask --online texstudio-beta and brew style --fix texstudio-beta
  • (open a pull request)

Upgrade installed texstudio-beta cask:

  • brew update && brew upgrade texstudio-beta

Useful links