File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ cask "db-pro" do
2+ arch arm : "arm64" , intel : "x64"
3+
4+ version "2.8.1"
5+ sha256 arm : "5c8583e3da6c6cf98ac35dd47c03880275df9bfe558fb9791563241450bfea27" ,
6+ intel : "55da2a7c655334b154bd676ecc42a93113fef57da5411e4ae4e14542725e3b17"
7+
8+ url "https://releases.dbpro.app/macos-#{ arch } /DB%20Pro-#{ version } -#{ arch } .dmg"
9+ name "DB Pro"
10+ desc "Query, explore, and manage your databases with built-in AI"
11+ homepage "https://www.dbpro.app/"
12+
13+ livecheck do
14+ url "https://releases.dbpro.app/macos-#{ arch } /latest-mac.yml"
15+ strategy :electron_builder
16+ end
17+
18+ auto_updates true
19+ depends_on macos : :monterey
20+
21+ app "DB Pro.app"
22+
23+ zap trash : [
24+ "~/Library/Application Support/DB Pro" ,
25+ "~/Library/Caches/@dbproelectron-updater" ,
26+ "~/Library/Caches/com.dbpro.app" ,
27+ "~/Library/Caches/com.dbpro.app.ShipIt" ,
28+ "~/Library/HTTPStorages/com.dbpro.app" ,
29+ "~/Library/Preferences/com.dbpro.app.plist" ,
30+ ]
31+ end
You can’t perform that action at this time.
0 commit comments