Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poppler 0.89.0 #55427

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/diff-pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class DiffPdf < Formula
homepage "https://vslavik.github.io/diff-pdf/"
url "https://github.com/vslavik/diff-pdf/releases/download/v0.4.1/diff-pdf-0.4.1.tar.gz"
sha256 "0eb81af6b06593488acdc5924a199f74fe3df6ecf2a0f1be208823c021682686"
revision 2
revision 3

bottle do
cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/gdal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Gdal < Formula
homepage "https://www.gdal.org/"
url "https://download.osgeo.org/gdal/2.4.4/gdal-2.4.4.tar.xz"
sha256 "a383bd3cf555d6e1169666b01b5b3025b2722ed39e834f1b65090f604405dcd8"
revision 6
revision 7

bottle do
sha256 "c95b8b7a57439c00ed619c017b4a40a095f8fde774abe3114415698d38dff053" => :catalina
Expand Down
2 changes: 1 addition & 1 deletion Formula/pdfpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Pdfpc < Formula
homepage "https://pdfpc.github.io/"
url "https://github.com/pdfpc/pdfpc/archive/v4.4.0.tar.gz"
sha256 "5fc457b081cdf02708436bb708940fd6b689e03fc336d3faab652f0b85592c00"
revision 2
revision 3
head "https://github.com/pdfpc/pdfpc.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/pdftoipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Pdftoipe < Formula
homepage "https://github.com/otfried/ipe-tools"
url "https://github.com/otfried/ipe-tools/archive/v7.2.13.1.tar.gz"
sha256 "c8725d78e43b7d6a04465e8a156bc4c6a78121f291aac74e0b0a10286ef95544"
revision 5
revision 6

bottle do
cellar :any
Expand Down
4 changes: 2 additions & 2 deletions Formula/poppler.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Poppler < Formula
desc "PDF rendering library (based on the xpdf-3.0 code base)"
homepage "https://poppler.freedesktop.org/"
url "https://poppler.freedesktop.org/poppler-0.88.0.tar.xz"
sha256 "b4453804e9a5a519e6ceee0ac8f5efc229e3b0bf70419263c239124474d256c7"
url "https://poppler.freedesktop.org/poppler-0.89.0.tar.xz"
sha256 "fba230364537782cc5d43b08d693ef69c36586286349683c7b127156a8ef9b5c"
head "https://anongit.freedesktop.org/git/poppler/poppler.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Vips < Formula
homepage "https://github.com/libvips/libvips"
url "https://github.com/libvips/libvips/releases/download/v8.9.2/vips-8.9.2.tar.gz"
sha256 "ae8491b1156cd2eb9cbbaa2fd6caa1dc9ed3ded0b70443d28cd7fea798ab2a27"
revision 2
revision 3

bottle do
sha256 "445ef66d32f3790e1a336be99cf981211d626eb4f5e58492af071e2b21369f4d" => :catalina
Expand Down