sdcc: Update to version 4.5.0

This commit is contained in:
github-actions[bot] 2025-01-28 12:31:50 +00:00
parent c3e9d631fb
commit 2ddd4016dc

View File

@ -1,12 +1,12 @@
{
"version": "4.3.0",
"version": "4.5.0",
"description": "Small Device C Compiler",
"homepage": "https://sdcc.sourceforge.net",
"license": "GPL-2.0-only,LGPL-2.1-only,GPL-3.0-only,Zlib,Libpng,BSL-1.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sdcc/sdcc-win64/4.3.0/sdcc-4.3.0-x64-setup.exe#/dl.7z",
"hash": "sha1:fc2e50a9d56ecbe766823bbb1ffd0b2899f9e6d4"
"url": "https://downloads.sourceforge.net/project/sdcc/sdcc-win64/4.5.0/sdcc-4.5.0-x64-setup.exe#/dl.7z",
"hash": "sha1:fe688b106d2432cdbe94bcd66275a0458255cb94"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall*\" -Force -Recurse",