siege 3.0.5
Closes Homebrew/homebrew#23714. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2493cf4b4c
commit
431ab4cb25
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-3.0.4.tar.gz"
|
||||
sha256 '7d1c47d73347b0c618a711c0d3da638ac3cf3eccf78df420627dae7ea8907f97'
|
||||
url 'http://www.joedog.org/pub/siege/siege-3.0.5.tar.gz'
|
||||
sha256 '283e624fd802775bf6eb8832c4f76dad6692aa1f3efa98db1ae2ddaba651ca99'
|
||||
|
||||
def install
|
||||
# To avoid unnecessary warning due to hardcoded path, create the folder first
|
||||
|
|
Loading…
Reference in a new issue