homebrew-cask/Casks/nsregextester.rb

13 lines
315 B
Ruby
Raw Normal View History

2014-11-14 01:26:31 +08:00
cask :v1 => 'nsregextester' do
2014-10-18 21:39:17 +08:00
version :latest
sha256 :no_check
# vegh.ca is the official download host per the vendor homepage
2014-10-18 21:39:17 +08:00
url 'http://vegh.ca/nsregextester/NSRegexTester.zip'
2015-04-16 01:24:43 +08:00
name 'NSRegexTester'
2014-10-18 21:39:17 +08:00
homepage 'https://github.com/aaronvegh/nsregextester'
license :oss
app 'NSRegexTester.app'
end