Include item title in Sparkle strategy.

This commit is contained in:
Markus Reiter 2020-12-14 09:55:01 +01:00 committed by Sam Ford
parent 605c33c70c
commit 54a3eb2adb
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -67,6 +67,7 @@ module Homebrew
version ||= (item > "version").first&.text
data = {
title: (item > "title").first&.text,
url: enclosure["url"],
version: short_version || version ? BundleVersion.new(short_version, version) : nil,
}.compact