We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c4a75 commit d585045Copy full SHA for d585045
Casks/v/viable.rb
@@ -10,7 +10,7 @@
10
11
livecheck do
12
url :homepage
13
- regex(%r{href=.*?/(\d+)/(\d+)/viable[._-]?v?(\d+(?:\.\d+)*\w?)\.zip}i)
+ regex(%r{href=.*?/uploads/(\d+)/(\d+)/viable[._-]?v?(\w+)\.zip}i)
14
strategy :page_match do |page, regex|
15
page.scan(regex).map do |match|
16
"#{match[2]},#{match[0]}.#{match[1]}"
@@ -23,6 +23,9 @@
23
app "viable#{version.csv.first}/Viable.app"
24
25
zap trash: [
26
+ "~/Library/Caches/co.eclecticlight.Viable",
27
+ "~/Library/HTTPStorages/co.eclecticlight.Viable",
28
"~/Library/Preferences/co.eclecticlight.Viable.plist",
29
+ "~/Library/Saved Application State/co.eclecticlight.Viable.savedState",
30
]
31
end
0 commit comments