smultron: use default hash syntax.

For https://github.com/Homebrew/brew/pull/16848
This commit is contained in:
Mike McQuaid
2024-03-07 17:50:47 +00:00
parent e0b2d2a22d
commit 9215fc3f34
+1 -1
View File
@@ -16,7 +16,7 @@ cask "smultron" do
cask = CaskLoader.load(__FILE__)
download_url = "https://www.peterborgapps.com/downloads/Smultron#{major_version}.zip"
Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask: cask, url: download_url)[:matches].values
Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask:, url: download_url)[:matches].values
end
end