pdflib-lite: Update to 7.0.5
-Updated url and md5 to download the 7.0.5 tarball -Removed version as it is inferred from the url -This version no longer fails with llvm Closes Homebrew/homebrew#8895. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
a50bf5fc7b
commit
bb21f43baa
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class PdflibLite < Formula
|
||||
url 'http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-7.0.4p4.tar.gz'
|
||||
url 'http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5.tar.gz'
|
||||
homepage 'http://www.pdflib.com/download/free-software/pdflib-lite/'
|
||||
md5 '1765de9c5f2b6c5769a2160eaa911e9a'
|
||||
version "7.0.4p4"
|
||||
|
||||
fails_with_llvm "SL 10.6.1 LLVM crashes with an internal compiler error on this version."
|
||||
md5 '34a1cc89e2cfdc1e43ba57019e442a90'
|
||||
|
||||
def install
|
||||
# Without the following substituion, pdflib-lite runs into weird
|
||||
|
|
Loading…
Reference in a new issue