mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
20 lines
569 B
Ruby
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
|