saldl 35
Closes #9547. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
2fc3b05383
commit
a390466b97
1 changed files with 2 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
|||
class Saldl < Formula
|
||||
desc "CLI downloader optimized for speed and early preview."
|
||||
homepage "https://saldl.github.io"
|
||||
url "https://github.com/saldl/saldl/archive/v34.tar.gz"
|
||||
sha256 "12053f306306023e5bbdc6bb8594cc83f8793da0ce99dab1981179cdeccea4da"
|
||||
revision 1
|
||||
url "https://github.com/saldl/saldl/archive/v35.tar.gz"
|
||||
sha256 "6b5f45a8f7782bcad124df4a24876c8b3c47d45aa25d0b09b2030837c6ece82c"
|
||||
|
||||
head "https://github.com/saldl/saldl.git", :shallow => false
|
||||
|
||||
|
@ -32,13 +31,6 @@ class Saldl < Formula
|
|||
# a2x/asciidoc needs this to build the man page successfully
|
||||
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
|
||||
|
||||
# Fixes clock_gettime build error on macOS 10.11
|
||||
# Reported 28 January 2017 https://github.com/saldl/saldl/issues/8
|
||||
if MacOS.version == "10.11" && MacOS::Xcode.installed? && MacOS::Xcode.version >= "8.0"
|
||||
inreplace "wscript", "clock_gettime(CLOCK_MONOTONIC_RAW, &tp);",
|
||||
"not_a_function(NOT_A_SYMBOL, &tp);"
|
||||
end
|
||||
|
||||
args = ["--prefix=#{prefix}"]
|
||||
|
||||
# head uses git describe to acquire a version
|
||||
|
|
Loading…
Reference in a new issue