logcheck 1.3.17
Closes Homebrew/homebrew#37064. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
70c8f3e926
commit
4b1fea0065
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Logcheck < Formula
|
||||
homepage 'http://logcheck.alioth.debian.org/'
|
||||
url 'http://ftp.de.debian.org/debian/pool/main/l/logcheck/logcheck_1.3.16.tar.xz'
|
||||
sha1 '27892a6abf3822d285efbb26f935d80762134679'
|
||||
homepage "http://logcheck.alioth.debian.org/"
|
||||
url "http://ftp.de.debian.org/debian/pool/main/l/logcheck/logcheck_1.3.17.tar.xz"
|
||||
sha1 "adb54e75f8a17e3aff4abb3066122c0dfdde21e3"
|
||||
|
||||
def install
|
||||
system "make", "install",
|
||||
|
|
Loading…
Reference in a new issue