File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ cask "codebolt" do
2
+ arch arm : "arm64" , intel : "x64"
3
+
4
+ version "1.1.17"
5
+ sha256 arm : "216c4fe9d254da61613178f1f9fa896d6c68012cb2c10eb79efe91fe1b43158c" ,
6
+ intel : "6631b8187bc4aaa2198eb5af2d8251dae45ac79084cae68a41e96007f3422159"
7
+
8
+ url "https://releasebuilds.codebolt.ai/CodeBolt-#{ version } #{ "-#{ arch } " if arch == "arm64" } .dmg"
9
+ name "CodeBolt"
10
+ desc "AI Powered Code Editor"
11
+ homepage "https://codebolt.ai/"
12
+
13
+ livecheck do
14
+ skip "Version is managed manually"
15
+ end
16
+
17
+ auto_updates true
18
+ depends_on macos : ">= :high_sierra"
19
+
20
+ app "CodeBolt.app"
21
+
22
+ zap trash : [
23
+ "~/Library/Application Support/Caches/codebolt-updater" ,
24
+ "~/Library/Application Support/codebolt" ,
25
+ "~/Library/Caches/com.codebolt.*" ,
26
+ "~/Library/HTTPStorages/com.codebolt.*" ,
27
+ "~/Library/Logs/CodeBolt" ,
28
+ "~/Library/Preferences/com.codebolt.*.plist" ,
29
+ "~/Library/Saved Application State/com.codebolt.*.savedState" ,
30
+ ]
31
+ end
You can’t perform that action at this time.
0 commit comments