cfengine: fix URL
Closes Homebrew/homebrew#9935. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f4da330cf4
commit
0322c3c6c4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Cfengine < Formula
|
||||
url 'https://cfengine.com/source_code/download?file=cfengine-3.2.3.tar.gz'
|
||||
url 'https://cfengine.com/source-code/download?file=cfengine-3.2.3.tar.gz'
|
||||
homepage 'http://cfengine.com/'
|
||||
md5 'be118dd95537221da38008845fc0d84a'
|
||||
|
||||
|
|
Loading…
Reference in a new issue