homebrew-cask/Casks/easyfind.rb

13 lines
422 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'easyfind' do
2015-01-09 13:01:48 +08:00
version '4.9.3'
sha256 'eb57b21fa28a84116072e80a4c19b0340d5879f407e9f16bf606760b19e647ed'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:08:53 +08:00
url "https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/easyfind/#{version}/EasyFind.app.zip"
2015-01-10 04:40:18 +08:00
name 'EasyFind'
homepage 'http://www.devontechnologies.com/download/products.html'
2015-08-28 01:13:31 +08:00
license :gratis
2014-09-16 00:05:31 +08:00
app 'EasyFind.app'
end