diff --git a/bucket/gawk.json b/bucket/gawk.json index d3223f5b32..5fda4d2b55 100644 --- a/bucket/gawk.json +++ b/bucket/gawk.json @@ -1,23 +1,20 @@ { - "version": "3.1.7", + "version": "5.0.0", "description": "Interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.", - "homepage": "http://www.mingw.org/wiki/MSYS", + "homepage": "https://sourceforge.net/projects/ezwinports/", "license": "GPL-3.0-only", - "url": [ - "https://sourceforge.net/projects/mingw/files/MSYS/Base/gawk/gawk-3.1.7-2/gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma", - "https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma", - "https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma", - "https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma" - ], - "hash": [ - "sha1:421ecc23e764ed87291796501189cc92fa905c0d", - "sha1:36d52ca7066eb6ad0da68c6f31214416f4c9dcec", - "sha1:4000b935a5bc30b4c757fde69d27716fa3c2c269", - "sha1:056d16bfb7a91c3e3b1acf8adb20edea6fceecdd" - ], + "url": "https://downloads.sourceforge.net/project/ezwinports/gawk-5.0.0-w32-bin.zip", + "hash": "sha1:b87ff4fb903ac2bc1d6acaaf215993d966224c0f", "bin": [ "bin\\awk.exe", "bin\\gawk.exe", - "bin\\pgawk.exe" - ] + "bin\\iawk.cmd" + ], + "checkver": { + "url": "https://sourceforge.net/projects/ezwinports/files/", + "regex": "gawk-([\\d.]+)-w32-bin.zip" + }, + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/ezwinports/gawk-$version-w32-bin.zip" + } }