diff --git a/Casks/a/aria2d.rb b/Casks/a/aria2d.rb index 626566edc8..7dc6d9e699 100644 --- a/Casks/a/aria2d.rb +++ b/Casks/a/aria2d.rb @@ -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"