mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
aria2d: update livecheck
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ cask "aria2d" do
|
||||
|
||||
livecheck do
|
||||
url "https://raw.githubusercontent.com/xjbeta/AppUpdaterAppcasts/master/Aria2D/Appcast.xml"
|
||||
strategy :sparkle
|
||||
strategy :sparkle do |items|
|
||||
items.map(&:nice_version)
|
||||
end
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
Reference in New Issue
Block a user