From 98a074dc8c04232fc40549016501efefe5f489d6 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 7 Sep 2014 22:05:29 +0100 Subject: 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 --- Library/Formula/spiped.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Library/Formula') 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", -- cgit v1.2.3