mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #162728 from bevanjkay/bump-fly-key-1.6.3-2023121601
fly-key 1.6.3
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
cask "fly-key" do
|
||||
version "1.5"
|
||||
sha256 "2b89a5994d40e618e9f792097286122f35f137199c495474fa3ac949a23d8366"
|
||||
|
||||
url "https://cdn.better365.cn/FlyKey/FlyKey#{version}.dmg"
|
||||
name "FlyKey"
|
||||
desc "One-click display of shortcuts"
|
||||
homepage "https://www.better365.cn/FlyKey.html"
|
||||
|
||||
livecheck do
|
||||
url "https://www.better365.cn/FlyKey.xml"
|
||||
strategy :sparkle, &:short_version
|
||||
end
|
||||
|
||||
pkg "FlyKey#{version}.pkg"
|
||||
|
||||
uninstall pkgutil: "cn.better365.FlyKey",
|
||||
quit: "cn.better365.FlyKey"
|
||||
end
|
||||
@@ -0,0 +1,24 @@
|
||||
cask "flykey" do
|
||||
version "1.6.3,2023121601"
|
||||
sha256 "806cc526c293ed42124a4b13d8dd06f2c06137a2e933507ecd9b9ba157c605cf"
|
||||
|
||||
url "https://cdn.better365.cn/FlyKey/FlyKey#{version.csv.second}.zip"
|
||||
name "FlyKey"
|
||||
desc "One-click display of shortcuts"
|
||||
homepage "https://www.better365.cn/FlyKey.html"
|
||||
|
||||
livecheck do
|
||||
url "https://www.better365.cn/FlyKey.xml"
|
||||
strategy :sparkle
|
||||
end
|
||||
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
app "FlyKey.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/HTTPStorages/cn.better365.FlyKey",
|
||||
"~/Library/HTTPStorages/cn.better365.FlyKey.binarycookies",
|
||||
"~/Library/Preferences/cn.better365.FlyKey.plist",
|
||||
]
|
||||
end
|
||||
@@ -4,6 +4,7 @@
|
||||
"cloudapp": "zight",
|
||||
"epilogue-operator": "epilogue-playback",
|
||||
"figmadaemon": "figma-agent",
|
||||
"fly-key": "flykey",
|
||||
"hepta": "heptabase",
|
||||
"mat": "memoryanalyzer",
|
||||
"mouse-fix": "mac-mouse-fix",
|
||||
|
||||
Reference in New Issue
Block a user