homebrew-cask-versions/lib
Félix Saparelli 51e5760615 Allow wider definition for _zip?
Some zip files have a different definition, e.g.
Minecraft has:

    application/xml; charset=utf-8 compressed-encoding=application/zip;
      charset=binary; charset=binary

Most other zips have:

    application/x-empty; compressed-encoding=application/zip;
      charset=binary; charset=binary

But the result is the same. So now we test only for:

    compressed-encoding=application/zip; charset=binary; charset=binary
2012-09-24 16:26:50 +12:00
..
cask Add tap support to edit and list 2012-09-24 16:10:51 +12:00
plist quick sketchy first release of code/ideas 2012-03-09 22:43:50 -06:00
cask.rb Allow wider definition for _zip? 2012-09-24 16:26:50 +12:00