aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-07 22:05:29 +0100
committerJack Nagel2014-09-07 17:03:27 -0500
commit98a074dc8c04232fc40549016501efefe5f489d6 (patch)
treeef202c8ecb458a4e0e8ed32efeeecf4bd1456aa7
parent43f5163ee62de0d1a5a8f6f4092d7602632e5650 (diff)
downloadhomebrew-98a074dc8c04232fc40549016501efefe5f489d6.tar.bz2
Spiped 1.4.1
Spiped v1.4.1. Released to fix the OS X compile issues seen in the previous version & reported upstream. Closes #32144. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/spiped.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb
index 2c5095046..48c983d41 100644
--- a/Library/Formula/spiped.rb
+++ b/Library/Formula/spiped.rb
@@ -2,8 +2,8 @@ require "formula"
class Spiped < Formula
homepage "https://www.tarsnap.com/spiped.html"
- url "https://www.tarsnap.com/spiped/spiped-1.4.0.tgz"
- sha256 "d8fa13a36905337bec97e507e0689f7bbc9e5426b88d588f3ddd3d6c290dcf5f"
+ url "https://www.tarsnap.com/spiped/spiped-1.4.1.tgz"
+ sha256 "0eeb4b8a94df985cfb60f452ced75f30509105a120ca09f740507c496c15c4f8"
bottle do
cellar :any
@@ -16,11 +16,6 @@ class Spiped < Formula
depends_on "openssl"
def install
- # Apply these minor build fixes until they are committed upstream; see
- # http://mail.tarsnap.com/spiped/msg00098.html .
- inreplace "POSIX/posix-cflags.sh", /echo "-D(.*)"/, "printf %s \"-D\\1 \""
- inreplace "Makefile", " make", " ${MAKE}"
-
man1.mkpath
system "bsdmake", "BINDIR_DEFAULT=#{bin}", "MAN1DIR=#{man1}", "install"
doc.install "spiped/README" => "README.spiped",