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

18 lines
316 B
Ruby

cask "next" do
version "2.052"
sha256 :no_check
url "https://next.atlas.engineer/static/release/next-macos-webkit.dmg"
name "Next Browser"
desc "Web browser"
homepage "https://next.atlas.engineer/"
app "Next.app"
zap trash: "~/Library/Caches/next.browser"
caveats do
discontinued
end
end