spiped 1.5.0
Simple bump. Closes Homebrew/homebrew#37049. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d96e8adeba
commit
5a1b979315
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
require "formula"
|
||||
|
||||
class Spiped < Formula
|
||||
homepage "https://www.tarsnap.com/spiped.html"
|
||||
url "https://www.tarsnap.com/spiped/spiped-1.4.2.tgz"
|
||||
sha256 "dcb668f98a6bd761ff542f7079034f828f792259300eeb16aab53b687a805bde"
|
||||
url "https://www.tarsnap.com/spiped/spiped-1.5.0.tgz"
|
||||
sha256 "b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -18,7 +16,6 @@ class Spiped < Formula
|
|||
def install
|
||||
man1.mkpath
|
||||
system "bsdmake", "BINDIR_DEFAULT=#{bin}", "MAN1DIR=#{man1}", "install"
|
||||
doc.install "spiped/README" => "README.spiped",
|
||||
"spipe/README" => "README.spipe"
|
||||
doc.install "spiped/README" => "README.spiped", "spipe/README" => "README.spipe"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue