aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdf2htmlex.rb
diff options
context:
space:
mode:
authormaxgalbu2013-09-19 22:34:24 +0200
committerAdam Vandenberg2013-09-20 07:45:35 -0700
commitdc7109eccb9753db6fefb40f3bd4b46c91647215 (patch)
tree0555f1917994c9288be909bf353d9fdcb0ee0f2a /Library/Formula/pdf2htmlex.rb
parentd905dbcf62b19f157786e83ce813eb32e30d76bc (diff)
downloadhomebrew-dc7109eccb9753db6fefb40f3bd4b46c91647215.tar.bz2
pdf2htmlex 0.9
Closes #22690. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pdf2htmlex.rb')
-rw-r--r--Library/Formula/pdf2htmlex.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pdf2htmlex.rb b/Library/Formula/pdf2htmlex.rb
index 8d71a6fcb..c6ba85f96 100644
--- a/Library/Formula/pdf2htmlex.rb
+++ b/Library/Formula/pdf2htmlex.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pdf2htmlex < Formula
homepage 'http://coolwanglu.github.io/pdf2htmlEX/'
- url 'https://github.com/coolwanglu/pdf2htmlEX/archive/v0.8.1.tar.gz'
- sha256 'b9911e0ddd75cdc6717d13d493a8e7b88eab98d7c080382acf34c38f30cda79c'
+ url 'https://github.com/coolwanglu/pdf2htmlEX/archive/v0.9.tar.gz'
+ sha256 'eb511c54d3776af24cf8b8966fa88358fdef4cd48556d603f88ce5bff6df681d'
head 'https://github.com/coolwanglu/pdf2htmlEX.git'
@@ -12,7 +12,7 @@ class Pdf2htmlex < Formula
depends_on 'pkg-config' => :build
depends_on 'fontforge'
depends_on 'poppler'
- depends_on 'ttfautohint' => :recommended
+ depends_on 'ttfautohint' => :recommended if MacOS.version > :snow_leopard
def install
system "cmake", ".", *std_cmake_args