From a0a7e4c415c8dbf3e7e1608b28e19f50bf3d280c Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Fri, 2 Apr 2021 08:30:43 +0000 Subject: [PATCH] sdcc: Add version 4.1.0 (#2000) * sdcc: Add version 4.1.0 * Update sdcc.json Co-authored-by: Chawye Hsu --- bucket/sdcc.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/sdcc.json diff --git a/bucket/sdcc.json b/bucket/sdcc.json new file mode 100644 index 0000000000..1f4cdd6873 --- /dev/null +++ b/bucket/sdcc.json @@ -0,0 +1,32 @@ +{ + "homepage": "http://sdcc.sourceforge.net", + "description": "Small Device C Compiler", + "version": "4.1.0", + "license": "GPL-2.0-only,LGPL-2.1-only,GPL-3.0-only,Zlib,Libpng,BSL-1.0", + "architecture": { + "64bit": { + "url": "https://sourceforge.net/projects/sdcc/files/sdcc-win64/4.1.0/sdcc-4.1.0-x64-setup.exe#dl.7z", + "hash": "sha1:3193fbb5f77091a7bb26bd1fa45da111b65f087e" + }, + "32bit": { + "url": "https://sourceforge.net/projects/sdcc/files/sdcc-win32/4.1.0/sdcc-4.1.0-setup.exe#dl.7z", + "hash": "sha1:d186f8f4b0e97f53de56285f692c58863cf8d6a5" + } + }, + "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall*\" -Force -Recurse", + "bin": "bin\\sdcc.exe", + "checkver": { + "url": "https://sourceforge.net/projects/sdcc/rss?path=/sdcc-win64", + "regex": "sdcc-(\\d.+)-x64-setup\\.exe\\]\\]" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://sourceforge.net/projects/sdcc/files/sdcc-win64/$version/sdcc-$version-x64-setup.exe#dl.7z" + }, + "32bit": { + "url": "https://sourceforge.net/projects/sdcc/files/sdcc-win32/$version/sdcc-$version-setup.exe#dl.7z" + } + } + } +}