Update sound-control.rb

This commit is contained in:
Bevan Kay
2023-10-09 14:36:34 +10:00
committed by GitHub
parent f87c41eee6
commit b88aec5bad
+1 -1
View File
@@ -14,7 +14,7 @@ cask "sound-control" do
build = page[regex, 1]
version = page[/Sound Control v?(\d+(?:\.\d+)+) Release Notes/i, 1]
next if version.blank? || build.blank?
"#{version},#{build}"
end
end