diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/poppler.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 898427a8a..de13653c0 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -2,9 +2,8 @@ require 'formula' class Poppler < Formula homepage 'http://poppler.freedesktop.org' - url 'http://poppler.freedesktop.org/poppler-0.24.5.tar.xz' - sha1 '7b7cabee85bd81a7e55c939740d5d7ccd7c0dda5' - revision 1 + url 'http://poppler.freedesktop.org/poppler-0.26.0.tar.xz' + sha1 '1f5d08ee01683c309688f17116d18bf47b13f001' option 'with-qt4', 'Build Qt backend' option 'with-glib', 'Build Glib backend' # requires cairo |
