|
1 | | -cask "windsurf@next" do |
| 1 | +cask "devin-desktop@next" do |
2 | 2 | arch arm: "arm64", intel: "x64" |
3 | 3 |
|
4 | | - version "2.3.1015+next.c46c49e94b,c46c49e94b4d3f41181204d59809d8f1b2c48d68" |
5 | | - sha256 arm: "0e4a4ffe3511524b60d8107e5e36116b1e3bc317dc46e06b3bc2dac0d4b3e7c0", |
6 | | - intel: "6746b320f496929e23b20ec8d6cef36c8d069f75c921400b8230178b1f8fdafa" |
| 4 | + version "3.0.1012+next.a335ac3d8c,a335ac3d8c6b04d563d8bd757cadc86d305e3b12" |
| 5 | + sha256 arm: "40bb9115493389cb464ef834815d18f8db22b7163fea165449fb8d54dced50d3", |
| 6 | + intel: "45b879faab02e2c090e8921fba4de158a79de833eea0f78778246d6e634ed6d6" |
7 | 7 |
|
8 | | - url "https://windsurf-stable.codeiumdata.com/darwin-#{arch}-dmg/next/#{version.csv.second}/Windsurf-darwin-#{arch}-#{version.csv.first}.dmg", |
| 8 | + url "https://windsurf-stable.codeiumdata.com/darwin-#{arch}-dmg/next/#{version.csv.second}/Devin-darwin-#{arch}-#{version.csv.first}.dmg", |
9 | 9 | verified: "windsurf-stable.codeiumdata.com/" |
10 | | - name "Windsurf Next (Beta)" |
11 | | - desc "Agentic IDE powered by AI Flow paradigm" |
| 10 | + name "Devin Desktop Next (Beta)" |
| 11 | + desc "Agentic IDE with AI agent command center" |
12 | 12 | homepage "https://codeium.com/windsurf/download-next" |
13 | 13 |
|
14 | 14 | livecheck do |
|
25 | 25 | auto_updates true |
26 | 26 | depends_on macos: :monterey |
27 | 27 |
|
28 | | - app "Windsurf - Next.app" |
29 | | - binary "#{appdir}/Windsurf - Next.app/Contents/Resources/app/bin/windsurf-next" |
| 28 | + app "Devin - Next.app" |
| 29 | + binary "#{appdir}/Devin - Next.app/Contents/Resources/app/bin/devin-desktop-next" |
30 | 30 |
|
31 | 31 | uninstall launchctl: "com.exafunction.windsurfNext.ShipIt", |
32 | 32 | quit: "com.exafunction.windsurfNext" |
33 | 33 |
|
34 | 34 | zap trash: [ |
35 | | - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.exafunction.windsurfNext.sfl*", |
36 | | - "~/Library/Application Support/Windsurf Next", |
| 35 | + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.exafunction.windsurfnext.sfl*", |
| 36 | + "~/Library/Application Support/Devin Next", |
37 | 37 | "~/Library/Caches/com.exafunction.windsurfNext", |
38 | 38 | "~/Library/Caches/com.exafunction.windsurfNext.ShipIt", |
39 | 39 | "~/Library/HTTPStorages/com.exafunction.windsurfNext", |
40 | 40 | "~/Library/Preferences/com.exafunction.windsurfNext.plist", |
41 | | - "~/Library/Saved Application State/com.exafunction.windsurfNext.savedState", |
42 | 41 | ] |
43 | 42 | end |
0 commit comments