tcpreplay 4.0.5
Closes Homebrew/homebrew#32118. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
07bc7cfa0e
commit
5e3bb40cda
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Tcpreplay < Formula
|
||||
homepage "http://tcpreplay.appneta.com"
|
||||
url "https://downloads.sourceforge.net/project/tcpreplay/tcpreplay/4.0.4/tcpreplay-4.0.4.tar.gz"
|
||||
sha1 "f2f266508b06693852bbc5003b20b18da4a1f01b"
|
||||
url "https://github.com/appneta/tcpreplay/releases/download/v4.0.5/tcpreplay-4.0.5.tar.gz"
|
||||
sha1 "878970d77e1482c9b26ac19eb2d125915a900f9b"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue