diff options
| author | Ed Porras | 2014-11-04 16:38:35 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:22:19 +0000 |
| commit | 3556445bf638a1e72170bf965a398c69854aa0c2 (patch) | |
| tree | 60c15e9477643cf82afd67c483a28cf7c39b2157 /Library/Formula | |
| parent | f4e42317fe0a6c471cb940ded772712325d143de (diff) | |
| download | homebrew-3556445bf638a1e72170bf965a398c69854aa0c2.tar.bz2 | |
poppler 0.28.1
Closes #33916.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/poppler.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 0e75e1063..ed68fd2ad 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -2,8 +2,8 @@ require 'formula' class Poppler < Formula homepage 'http://poppler.freedesktop.org' - url 'http://poppler.freedesktop.org/poppler-0.26.5.tar.xz' - sha1 '12937666faee80bae397a8338a3357e864d77d53' + url 'http://poppler.freedesktop.org/poppler-0.28.1.tar.xz' + sha1 '017258af51cb556dc53af630c50165bb9fd76e4f' bottle do revision 1 |
