pdflib-lite: use secure urls
This commit is contained in:
parent
1cd7424c9f
commit
bfbe75e9b7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
class PdflibLite < Formula
|
||||
desc "Subset of the functionality of PDFlib 7"
|
||||
homepage "http://www.pdflib.com/download/free-software/pdflib-lite/"
|
||||
url "http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz"
|
||||
homepage "https://www.pdflib.com/download/free-software/pdflib-lite-7/"
|
||||
url "https://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz"
|
||||
version "7.0.5p3"
|
||||
sha256 "e5fb30678165d28b2bf066f78d5f5787e73a2a28d4902b63e3e07ce1678616c9"
|
||||
|
||||
|
@ -33,7 +33,7 @@ class PdflibLite < Formula
|
|||
def caveats; <<-EOS.undent
|
||||
pdflib-lite is not open source software; usage restrictions apply!
|
||||
Be sure to understand and obey the license terms, which can be found at:
|
||||
http://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
|
||||
https://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue