File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ cask "pale-moon" do
2
+ version "33.7.2"
3
+ sha256 "07be329da8809328d95d96270e22d22585362f97cf73eced726786ee8df08169"
4
+
5
+ url "https://rm-us.palemoon.org/release/palemoon-#{ version } .arm64.dmg"
6
+ name "Pale Moon"
7
+ desc "Web browser"
8
+ homepage "https://www.palemoon.org/"
9
+
10
+ livecheck do
11
+ url "https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git"
12
+ regex ( /^v?(\d +(?:\. \d +)+)[._-]Release$/i )
13
+ end
14
+
15
+ depends_on macos : ">= :big_sur"
16
+ depends_on arch : :arm64
17
+
18
+ app "Pale Moon.app"
19
+
20
+ zap trash : [
21
+ "~/Library/Application Support/Pale Moon" ,
22
+ "~/Library/Caches/Pale Moon" ,
23
+ "~/Library/Preferences/org.mozilla.pale moon.plist" ,
24
+ "~/Library/Saved Application State/org.mozilla.white star.savedState" ,
25
+ ]
26
+ end
You can’t perform that action at this time.
0 commit comments