mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #161466 from zzsqwq/hapigo-branch
hapigo 2.11.1,230 (new cask)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
cask "hapigo" do
|
||||
version "2.11.1"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://dl.hapigo.com/HapiGo.dmg"
|
||||
name "HapiGo"
|
||||
desc "Application launcher and productivity software"
|
||||
homepage "https://www.hapigo.com/"
|
||||
|
||||
livecheck do
|
||||
url "https://hapigo.com/update/cast.plist"
|
||||
regex(%r{<key>version</key>\s*\n\s*<string>(\d+(?:\.\d+)+)</string>}i)
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :mojave"
|
||||
|
||||
app "HapiGo.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/Hapigo",
|
||||
"~/Library/Caches/Hapigo",
|
||||
"~/Library/Caches/com.xunyong.hapigo",
|
||||
"~/Library/HTTPStorages/com.xunyong.hapigo",
|
||||
"~/Library/HTTPStorages/com.xunyong.hapigo.binarycookies",
|
||||
"~/Library/Preferences/com.xunyong.hapigo.plist",
|
||||
"~/Library/Preferences/com.xunyong.hapigofind.plist",
|
||||
"~/Library/WebKit/com.xunyong.hapigo",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user