Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
351 B
Ruby

cask "codespace" do
version "1.6.1"
sha256 :no_check
url "https://codespace.app/download/latest"
name "Codespace"
desc "Code snippet manager"
homepage "https://codespace.app/"
livecheck do
url "https://codespace.app/download/latest"
strategy :header_match
end
depends_on macos: ">= :el_capitan"
app "Codespace.app"
end