lookin: update livecheck

This commit is contained in:
Bevan Kay
2024-01-08 10:06:20 +11:00
parent d67fc8b01b
commit a28a8b74af
+5 -1
View File
@@ -7,9 +7,13 @@ cask "lookin" do
desc "App for iOS view debugging"
homepage "https://lookin.work/"
# The pubDate for some items includes non-english characters (breaking the date parsing)
# so it's necessary to map all of the items in the feed.
livecheck do
url "https://lookin.work/release/appcast.xml"
strategy :sparkle, &:short_version
strategy :sparkle do |items|
items.map(&:short_version)
end
end
auto_updates true