Include item title in Sparkle strategy.
This commit is contained in:
parent
605c33c70c
commit
54a3eb2adb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user