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

11 lines
295 B
Ruby
Raw Normal View History

2013-12-03 20:18:57 +08:00
class FindAnyFile < Cask
version '1.8.8'
2014-03-05 08:19:14 +08:00
sha256 '3ef7b2a0f5373ac904198fb574d61d39316a0c4f6cb6740742b719bd7c842255'
2014-09-26 20:08:54 +08:00
url "http://files.tempel.org.s3.amazonaws.com/FindAnyFile_#{version}.zip"
homepage 'http://apps.tempel.org/FindAnyFile/'
2014-10-01 23:32:52 +08:00
license :unknown
2014-09-16 00:05:34 +08:00
app 'Find Any File.app'
2013-12-03 20:18:57 +08:00
end