From 26f843c03d1679819171a068246553dc7fece81c Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 22 Jul 2017 13:22:07 -0700 Subject: [PATCH] Revert "Update grep to 3.0-1 (#1618)" This reverts commit c288a01d3bedd812e1a90aaa32e7076256c4c87b. --- grep.json | 51 +++++++++++---------------------------------------- 1 file changed, 11 insertions(+), 40 deletions(-) diff --git a/grep.json b/grep.json index 9e9651d956..facc3997f2 100644 --- a/grep.json +++ b/grep.json @@ -1,43 +1,14 @@ { - "homepage": "https://www.gnu.org/software/grep/grep.html", - "version": "3.0-1", - "license": "GPL-3.0", - "bin": [ - "bin\\grep.exe", - [ - "bin\\grep.exe", - "egrep", - "-E" - ], - [ - "bin\\grep.exe", - "fgrep", - "-F" - ] + "homepage": "http://gnuwin32.sourceforge.net/packages/grep.htm", + "version": "2.5.4", + "license": "GPL2", + "url": [ + "https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-bin.zip", + "https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-dep.zip" ], - "checkver": { - "url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/", - "re": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-([\\d.-]+)-x86_64" - }, - "extract_dir": "usr", - "architecture": { - "64bit": { - "url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-3.0-1-x86_64.pkg.tar.xz", - "hash": "6649e99d0a306f7c847e63976533756ac24bfaa3c2c731fa92201b6a6fa8409c" - }, - "32bit": { - "url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/i686/grep-3.0-1-i686.pkg.tar.xz", - "hash": "4d2250ef1ba539b0037e8d670185ad05b63f4bde6c54c1f10e0bf07d4d6c580a" - } - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/x86_64/grep-$version-x86_64.pkg.tar.xz" - }, - "32bit": { - "url": "https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/i686/grep-$version-i686.pkg.tar.xz" - } - } - } + "hash": [ + "3fd98201561b5af3f54a7dacc4f88068f5b5edf19ccdfc981c3c9fc60ff73519", + "2150e12da6631899842c28881a75889794d67b2bbc108341a26052f9bcb27584" + ], + "bin": "bin\\grep.exe" }