siege 3.0.0
Closes Homebrew/homebrew#19350. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
57c9d824f5
commit
ffb0178dee
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Siege < Formula
|
||||
homepage 'http://www.joedog.org/index/siege-home'
|
||||
url "http://www.joedog.org/pub/siege/siege-2.74.tar.gz"
|
||||
sha1 'd6dc05b58e8749cb16693f50e2092268a6196372'
|
||||
url "http://www.joedog.org/pub/siege/siege-3.0.0.tar.gz"
|
||||
sha1 'a044679fbe4a58b027a50735f6a4b2c12f6d2f2a'
|
||||
|
||||
def install
|
||||
# To avoid unnecessary warning due to hardcoded path, create the folder first
|
||||
|
|
Loading…
Reference in a new issue