homebrew-cask/Casks/boostnote.rb

27 lines
827 B
Ruby
Raw Normal View History

cask "boostnote" do
version "0.16.0"
sha256 "ca7107f615d39b59e52f80794006d65e759c6b0b5b1eb201e2ad675c558f4971"
2016-08-09 15:01:19 +08:00
# github.com/BoostIO/boost-releases/ was verified as official when first introduced to the cask
url "https://github.com/BoostIO/boost-releases/releases/download/v#{version}/Boostnote-mac.zip"
appcast "https://github.com/BoostIO/boost-releases/releases.atom"
name "Boostnote"
homepage "https://boostnote.io/"
2016-08-09 15:01:19 +08:00
auto_updates true
2016-08-09 15:01:19 +08:00
app "Boostnote.app"
2016-08-09 15:01:19 +08:00
uninstall signal: [
["TERM", "com.maisin.boost.helper"],
["TERM", "com.maisin.boost"],
]
2017-11-18 17:38:07 +08:00
zap trash: [
"~/Library/Application Support/boost",
"~/Library/Preferences/com.maisin.boost.plist",
"~/Library/Preferences/com.maisin.boost.helper.plist",
"~/Library/Saved Application State/com.maisin.boost.savedState",
]
2016-08-09 15:01:19 +08:00
end