Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions Casks/d/devin-desktop.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
cask "devin-desktop" do
arch arm: "arm64", intel: "x64"

version "3.0.21,0dd4d6fcdeb45c5f8e64bb8b3b10ad4a755ac66e"
sha256 arm: "7defe405803915ef5c5ef56f90133109005e42733038e86e5ccb663933ca8e35",
intel: "18c308c80392786b5d1510477b5c5c3c9d8f8f421fc2b7d45cf479cb46605254"

url "https://windsurf-stable.codeiumdata.com/darwin-#{arch}-dmg/stable/#{version.csv.second}/Devin-darwin-#{arch}-#{version.csv.first}.dmg",
verified: "windsurf-stable.codeiumdata.com/"
name "Devin Desktop"
desc "Agentic IDE with AI agent command center"
homepage "https://devin.ai/desktop"

livecheck do
url "https://windsurf-stable.codeium.com/api/update/darwin-#{arch}-dmg/stable/latest"
strategy :json do |json|
version = json["windsurfVersion"]
hash = json["version"]
next if version.blank? || hash.blank?

"#{version},#{hash}"
end
end

auto_updates true
depends_on macos: :monterey

app "Devin.app"
binary "#{appdir}/Devin.app/Contents/Resources/app/bin/devin-desktop"

uninstall launchctl: "com.exafunction.windsurf.ShipIt",
quit: "com.exafunction.windsurf"

zap trash: [
"~/.devin",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.exafunction.windsurf.sfl*",
"~/Library/Application Support/Devin",
"~/Library/Caches/com.exafunction.windsurf",
"~/Library/Caches/com.exafunction.windsurf.ShipIt",
"~/Library/HTTPStorages/com.exafunction.windsurf",
"~/Library/Preferences/com.exafunction.windsurf.plist",
],
rmdir: "~/.codeium/windsurf"
end
44 changes: 44 additions & 0 deletions Casks/d/devin-desktop@next.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
cask "devin-desktop@next" do
arch arm: "arm64", intel: "x64"

version "3.0.1019+next.25c2de6c4b,25c2de6c4b674afd2e223bf96241c942ac91074d"
sha256 arm: "a8ebc563b8e7e039031a585d502ab241234f405f02515e005045b1b672f65add",
intel: "7dcbb32582a77dc0b0df1573edd43c1c6af13e1bf3c7c15fef89ad7e12cd50f7"

url "https://windsurf-stable.codeiumdata.com/darwin-#{arch}-dmg/next/#{version.csv.second}/Devin-darwin-#{arch}-#{version.csv.first}.dmg",
verified: "windsurf-stable.codeiumdata.com/"
name "Devin Desktop Next (Beta)"
desc "Agentic IDE with AI agent command center"
homepage "https://codeium.com/windsurf/download-next"

livecheck do
url "https://windsurf-next.codeium.com/api/update/darwin-#{arch}-dmg/next/latest"
strategy :json do |json|
version = json["windsurfVersion"]
hash = json["version"]
next if version.blank? || hash.blank?

"#{version},#{hash}"
end
end

auto_updates true
depends_on macos: :monterey

app "Devin - Next.app"
binary "#{appdir}/Devin - Next.app/Contents/Resources/app/bin/devin-desktop-next"

uninstall launchctl: "com.exafunction.windsurfNext.ShipIt",
quit: "com.exafunction.windsurfNext"

zap trash: [
"~/.devin-next",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.exafunction.windsurfnext.sfl*",
"~/Library/Application Support/Devin Next",
"~/Library/Caches/com.exafunction.windsurfNext",
"~/Library/Caches/com.exafunction.windsurfNext.ShipIt",
"~/Library/HTTPStorages/com.exafunction.windsurfNext",
"~/Library/Preferences/com.exafunction.windsurfNext.plist",
],
rmdir: "~/.codeium/windsurf-next"
end
44 changes: 0 additions & 44 deletions Casks/w/windsurf.rb

This file was deleted.

43 changes: 0 additions & 43 deletions Casks/w/windsurf@next.rb

This file was deleted.

2 changes: 2 additions & 0 deletions cask_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
"volt": "volt-app",
"volta": "volta-app",
"widelands": "widelands-app",
"windsurf": "devin-desktop",
"windsurf@next": "devin-desktop@next",
"wireshark": "wireshark-app",
"xcodes": "xcodes-app",
"xournal-plus-plus": "xournal++",
Expand Down