binutils: Add version 2.37 (#3084)

This commit is contained in:
Rashil Gandhi 2021-12-14 09:59:14 +05:30 committed by GitHub
parent e49fa37039
commit 0cdd09bc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 3 deletions

46
bucket/binutils.json Normal file
View File

@ -0,0 +1,46 @@
{
"version": "2.37",
"description": "GNU Binutils",
"homepage": "https://www.gnu.org/software/binutils/",
"license": "GPL-3.0-or-later",
"url": [
"https://downloads.sourceforge.net/project/ezwinports/binutils-2.37-w32-bin.zip",
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
],
"hash": [
"9d761a423a5c066911a9568102be481ac5638c58e8fc7385a3bb3425e6d7dbea",
"27f7a72e1aa5d0bb894f84aa62da0200b3a4a334e85457bb1961fc341290f833"
],
"bin": [
"bin\\addr2line.exe",
"bin\\ar.exe",
"bin\\as.exe",
"bin\\c++filt.exe",
"bin\\dlltool.exe",
"bin\\dllwrap.exe",
"bin\\elfedit.exe",
"bin\\gprof.exe",
"bin\\ld.bfd.exe",
"bin\\ld.exe",
"bin\\nm.exe",
"bin\\objcopy.exe",
"bin\\objdump.exe",
"bin\\ranlib.exe",
"bin\\readelf.exe",
"bin\\size.exe",
"bin\\strings.exe",
"bin\\strip.exe",
"bin\\windmc.exe",
"bin\\windres.exe"
],
"checkver": {
"url": "https://sourceforge.net/projects/ezwinports/files",
"regex": "/files/binutils-([\\d.]+)-w32-bin.zip"
},
"autoupdate": {
"url": [
"https://downloads.sourceforge.net/project/ezwinports/binutils-$version-w32-bin.zip",
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
]
}
}

View File

@ -3,8 +3,14 @@
"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": "https://sourceforge.net/projects/ezwinports/",
"license": "GPL-3.0-only",
"url": "https://downloads.sourceforge.net/project/ezwinports/gawk-5.1.1-w32-bin.zip",
"hash": "sha1:a52f5bfc03e861f740ce73b7cb294df71a25b22a",
"url": [
"https://downloads.sourceforge.net/project/ezwinports/gawk-5.1.1-w32-bin.zip",
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
],
"hash": [
"sha1:a52f5bfc03e861f740ce73b7cb294df71a25b22a",
"27f7a72e1aa5d0bb894f84aa62da0200b3a4a334e85457bb1961fc341290f833"
],
"bin": [
"bin\\awk.exe",
"bin\\gawk.exe",
@ -15,6 +21,9 @@
"regex": "gawk-([\\d.]+)-w32-bin.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/ezwinports/gawk-$version-w32-bin.zip"
"url": [
"https://downloads.sourceforge.net/project/ezwinports/gawk-$version-w32-bin.zip",
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
]
}
}