grep 3.4
Closes #48512. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
1cad3f02d4
commit
289771b9b6
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Grep < Formula
|
||||
desc "GNU grep, egrep and fgrep"
|
||||
homepage "https://www.gnu.org/software/grep/"
|
||||
url "https://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/grep/grep-3.3.tar.xz"
|
||||
sha256 "b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514"
|
||||
url "https://ftp.gnu.org/gnu/grep/grep-3.4.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/grep/grep-3.4.tar.xz"
|
||||
sha256 "58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue