boostnote: add livecheck (#98708)

This commit is contained in:
Seeker 2021-01-26 19:16:51 -08:00 committed by GitHub
parent 1f9cef4f25
commit 9e6b2b5946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -4,11 +4,15 @@ cask "boostnote" do
url "https://github.com/BoostIO/boost-releases/releases/download/v#{version}/Boostnote-mac.zip",
verified: "github.com/BoostIO/boost-releases/"
appcast "https://github.com/BoostIO/boost-releases/releases.atom"
name "Boostnote"
desc "Markdown editor for developers"
homepage "https://boostnote.io/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
app "Boostnote.app"