homebrew-cask/Casks/find-any-file.rb

13 lines
493 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'find-any-file' do
2015-03-24 22:33:53 +08:00
version '1.8.9'
sha256 'fde3cd23b38f5baa626f557ac40148795a5afee6cc84ecb28b74b439bdae0189'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:08:54 +08:00
url "http://files.tempel.org.s3.amazonaws.com/FindAnyFile_#{version}.zip"
2015-03-30 00:15:39 +08:00
name 'Find Any File'
homepage 'http://apps.tempel.org/FindAnyFile/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:34 +08:00
app 'Find Any File.app'
2013-12-03 20:18:57 +08:00
end