aria2d: update livecheck

Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
Rui Chen
2024-01-01 19:40:39 -05:00
co-authored by Bevan Kay
parent 8ced312091
commit a1f0bb5d8b
+3 -1
View File
@@ -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"