homebrew-cask icon indicating copy to clipboard operation
homebrew-cask copied to clipboard

remove `auto_updates true` from `obsidian` cask

Open exploitJ opened this issue 2 years ago • 0 comments

According to official doc from Obsidian, there are two type of version. Javascript end does receive autoupdate. However, core engine side of code needs manual update. (referred as "installer-version")

https://help.obsidian.md/How+to/Update+Obsidian#Current+version+vs+installer+version

Current behavior is misleading in my opinion thus should be fixed.

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

In the following questions <cask> is the token of the cask you're submitting.

After making all changes to a cask, verify:

Additionally, if adding a new cask:

  • [ ] Named the cask according to the token reference.
  • [ ] Checked the cask was not already refused.
  • [ ] Checked the cask is submitted to the correct repo.
  • [ ] brew audit --new-cask <cask> worked successfully.
  • [ ] brew install --cask <cask> worked successfully.
  • [ ] brew uninstall --cask <cask> worked successfully.

exploitJ avatar Aug 03 '22 07:08 exploitJ