diffutils: Use win32 builds (#3000)

* diffutils: update to 3.8-1

* Update diffutils.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Pratik Chowdhury 2021-12-12 18:37:18 -08:00 committed by GitHub
parent 5d4483d561
commit 9085a5f618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,42 +1,28 @@
{
"version": "3.7",
"version": "3.6",
"description": "A package of several programs related to finding differences between files",
"homepage": "https://www.gnu.org/software/diffutils/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": [
"http://repo.msys2.org/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz",
"http://repo.msys2.org/msys/x86_64/msys2-runtime-3.1.7-2-x86_64.pkg.tar.xz",
"http://repo.msys2.org/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst",
"http://repo.msys2.org/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz"
],
"hash": [
"7df9391e234f7d0ba9ae6717aed739d01190aa9ab25c48d53549a15c89ed0d87",
"cea16e60334e36a0b8250e1b30c5deddfdeb341e19729fb27c6450cb13d7b628",
"4d23674f25e9d558295464b4f50689698f8ce240616410da9a4d9420b5130ced",
"5eadc3cc42da78948d65d994f1f8326706afe011f28e2e5bd0872a37612072d2"
]
},
"32bit": {
"url": [
"http://repo.msys2.org/msys/i686/diffutils-3.7-1-i686.pkg.tar.xz",
"http://repo.msys2.org/msys/i686/msys2-runtime-3.1.7-2-i686.pkg.tar.xz",
"http://repo.msys2.org/msys/i686/libiconv-1.16-2-i686.pkg.tar.zst",
"http://repo.msys2.org/msys/i686/libintl-0.19.8.1-1-i686.pkg.tar.xz"
],
"hash": [
"d6dd47ec699ee3d0bf82dbbee310056dd59218337a743a2ecd540da0b1ac7369",
"f0e3fbf4e5332e06b624559b47b19d12c094acdb8f201837ccf3014f27f186e4",
"8474386392575a430b33ca0c342b9dbdb54a83ad30fe7bb30cdd8120202477eb",
"fa38ff013d43e995d97b6d21825d9059ec38d812b621bbf8c338574498b7d3e8"
]
}
},
"url": [
"https://steffen.gulpe.de/gnu-tools-for-windows/i686-w64-mingw32/cmp.exe",
"https://steffen.gulpe.de/gnu-tools-for-windows/i686-w64-mingw32/diff.exe",
"https://steffen.gulpe.de/gnu-tools-for-windows/i686-w64-mingw32/diff3.exe",
"https://steffen.gulpe.de/gnu-tools-for-windows/i686-w64-mingw32/sdiff.exe"
],
"hash": [
"d61bc5653d4f9a462413fdf2c19dfb464924e44db8547ec41257293f34e91513",
"39e70ccf42ba7235fa0d156f894b7fb757fcd4a9ce848f768a9fabe3d87b7196",
"d09fe558f9c9655eeee01d36221fad4ef8934b254d06812d45397c255dadfcdf",
"81648ccd7cca6f9af283dbf9da5e80965637ab2c095d0b323dc8895be01b68c1"
],
"bin": [
"usr\\bin\\cmp.exe",
"usr\\bin\\diff.exe",
"usr\\bin\\diff3.exe",
"usr\\bin\\sdiff.exe"
]
"cmp.exe",
"diff.exe",
"diff3.exe",
"sdiff.exe"
],
"checkver": {
"url": "https://steffen.gulpe.de/gnu-tools-for-windows",
"regex": "diffutils-([\\d.]+)-winbuild"
}
}