-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
/
Copy pathbathyscaphe.rb
28 lines (23 loc) · 896 Bytes
/
bathyscaphe.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
auto_updates true
depends_on macos: ">= :big_sur"
app "BathyScaphe.app"
zap trash: [
"~/Library/Application Support/BathyScaphe",
"~/Library/Caches/jp.tsawada2.BathyScaphe",
"~/Library/HTTPStorages/jp.tsawada2.BathyScaphe",
"~/Library/Preferences/jp.tsawada2.BathyScaphe.plist",
"~/Library/Saved Application State/jp.tsawada2.BathyScaphe.savedState",
]
end