diff --git a/Casks/nsregextester.rb b/Casks/nsregextester.rb index 312af9410b1..0c93a5fb754 100644 --- a/Casks/nsregextester.rb +++ b/Casks/nsregextester.rb @@ -1,11 +1,11 @@ -cask 'nsregextester' do +cask "nsregextester" do version :latest sha256 :no_check # raw.githubusercontent.com/aaronvegh/nsregextester/master/ was verified as official when first introduced to the cask - url 'https://raw.githubusercontent.com/aaronvegh/nsregextester/master/NSRegexTester.zip' - name 'NSRegexTester' - homepage 'https://github.com/aaronvegh/nsregextester' + url "https://raw.githubusercontent.com/aaronvegh/nsregextester/master/NSRegexTester.zip" + name "NSRegexTester" + homepage "https://github.com/aaronvegh/nsregextester" - app 'NSRegexTester.app' + app "NSRegexTester.app" end