Files
homebrew-cask/Casks/b/bathyscaphe.rb
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

20 lines
569 B
Ruby

cask "bathyscaphe" do
version "3.2.1,1101"
sha256 "d184edaabe6d8132063dad948665076277de8bb582529724d3c2d053c9af7f98"
url "https://bitbucket.org/bathyscaphe/public/downloads/BathyScaphe-#{version.csv.first.no_dots}-v#{version.csv.second}.zip",
verified: "bitbucket.org/bathyscaphe/public/downloads/"
name "BathyScaphe"
desc "2-channel browser"
homepage "https://bathyscaphe.bitbucket.io/"
livecheck do
url "https://bathyscaphe.bitbucket.io/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :sierra"
app "BathyScaphe.app"
end