Skip to content

Commit 05d6005

Browse files
committed
codebolt 1.1.17 (new cask)
1 parent 6d348f2 commit 05d6005

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Casks/c/codebolt.rb

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)