Skip to content

Commit 552e674

Browse files
committed
gcc-arm-none-eabi10.3: Add version 10.3-2021.10
1 parent 078cac2 commit 552e674

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

bucket/gcc-arm-none-eabi10.3.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "10.3-2021.10",
3+
"description": "Pre-built GNU Toolchain for the Arm Architecture",
4+
"homepage": "https://developer.arm.com/downloads/-/gnu-rm",
5+
"license": "GPL-3.0-or-later",
6+
"url": "https://developer.arm.com/-/media/files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.zip",
7+
"hash": "md5:2bc8f0c4c4659f8259c8176223eeafc1",
8+
"extract_dir": "gcc-arm-none-eabi-10.3-2021.10",
9+
"env_add_path": "bin",
10+
"checkver": {
11+
"url": "https://developer.arm.com/downloads/-/gnu-rm",
12+
"regex": "gcc-arm-none-eabi-(10\\.3-[\\d.]+)-win32.zip"
13+
},
14+
"autoupdate": {
15+
"url": "https://developer.arm.com/-/media/files/downloads/gnu-rm/$version/gcc-arm-none-eabi-$version-win32.zip",
16+
"extract_dir": "gcc-arm-none-eabi-$version",
17+
"hash": {
18+
"url": "https://developer.arm.com/downloads/-/gnu-rm",
19+
"find": "gcc-arm-none-eabi-$version-win32.zip.*[\\s]*.*[\\s]*<dd>MD5:\\s?$md5"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)