-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #177836 from qinxin0720/patch-1
navicat-premium-lite 17.0.10 (new cask)
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cask "navicat-premium-lite" do | ||
version "17.0.10" | ||
sha256 :no_check | ||
|
||
url "https://dn.navicat.com/download/navicat#{version.major_minor.no_dots}_premium_lite_en.dmg" | ||
name "Navicat Premium Lite" | ||
desc "Database administration and development tool" | ||
homepage "https://www.navicat.com/products/navicat-premium-lite" | ||
|
||
livecheck do | ||
cask "navicat-premium" | ||
end | ||
|
||
depends_on macos: ">= :big_sur" | ||
|
||
app "Navicat Premium Lite.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/PremiumSoft CyberTech/Navicat CC/Navicat Premium", | ||
"~/Library/Caches/com.apple.helpd/Generated/Navicat Help*", | ||
"~/Library/HTTPStorages/com.navicat.NavicatPremiumLite", | ||
"~/Library/Preferences/com.navicat.NavicatPremiumLite.plist", | ||
"~/Library/Saved Application State/com.navicat.NavicatPremiumLite.savedState", | ||
] | ||
end |