From 2ddd4016dcc140e7cc21d057341015058a4bc630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:31:50 +0000 Subject: [PATCH] sdcc: Update to version 4.5.0 --- bucket/sdcc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sdcc.json b/bucket/sdcc.json index 7816d27d85..e67e4b1b2b 100644 --- a/bucket/sdcc.json +++ b/bucket/sdcc.json @@ -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",