balance 3.57
Closes Homebrew/homebrew#41233. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
d0fe8d1d3f
commit
e90938c5b0
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Balance < Formula
|
||||
desc "Software load balancer"
|
||||
homepage 'http://www.inlab.de/balance.html'
|
||||
url 'http://www.inlab.de/balance-3.56.tar.gz'
|
||||
sha1 '04067301a9eda42659e88c3a9438bc1bf8a96902'
|
||||
homepage "https://www.inlab.de/balance.html"
|
||||
url "https://www.inlab.de/balance-3.57.tar.gz"
|
||||
sha256 "b355f98932a9f4c9786cb61012e8bdf913c79044434b7d9621e2fa08370afbe1"
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue