rmlint: add 2.4.4 bottle.
This commit is contained in:
parent
2282396a6f
commit
ab7a88fcdc
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Rmlint < Formula
|
|||
url "https://github.com/sahib/rmlint/archive/v2.4.4.tar.gz"
|
||||
sha256 "294708e7c98783a7782df1ed7f6fc79e9036571b7f69f76c5b3455545ce568bc"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "b1c74f7d57579329a5cf8009a86ca4ea6dcd95bdc0c5cee30a97bf6b2b3b5a67" => :sierra
|
||||
sha256 "70519bac667bf7dcf1b152e9b3cf6855079f8f5882e1cb96ed97381068adbe3a" => :el_capitan
|
||||
sha256 "4579a1094ca56ab3677b20b37e9c62a2ce27a641890360ca8d2153e5bfe119c0" => :yosemite
|
||||
end
|
||||
|
||||
option "with-json-glib", "Add support for reading json caches"
|
||||
option "with-libelf", "Add support for finding non-stripped binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue