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

15 lines
541 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-07-09 08:58:11 +08:00
appcast 'http://apps.tempel.org/FindAnyFile/appcast.xml',
checkpoint: '5d25f92c40bee0bdf20067a321ae8d6718a5d8a3415e9067a1b7378de43905f6'
2015-03-30 00:15:39 +08:00
name 'Find Any File'
homepage 'http://apps.tempel.org/FindAnyFile/'
2015-08-30 02:21:58 +08:00
license :commercial
2014-09-16 00:05:34 +08:00
app 'Find Any File.app'
2013-12-03 20:18:57 +08:00
end