From c5cb1b1ad61ffd4ea8b23aa6219b4e1b0c9d8346 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:26:06 +0000 Subject: [PATCH] freebasic: Update to version 1.10.1 --- bucket/freebasic.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/freebasic.json b/bucket/freebasic.json index 354feebb2c..130d34ada6 100644 --- a/bucket/freebasic.json +++ b/bucket/freebasic.json @@ -1,18 +1,18 @@ { - "version": "1.10.0", + "version": "1.10.1", "description": "BASIC compiler for Microsoft Windows, DOS and Linux", "homepage": "https://www.freebasic.net", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.0/Binaries-Windows/FreeBASIC-1.10.0-win64.zip", - "hash": "sha1:bfecb529425208948375046458213e38c39ea16a", - "extract_dir": "FreeBASIC-1.10.0-win64" + "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.1/Binaries-Windows/FreeBASIC-1.10.1-win64.zip", + "hash": "sha1:35bb59771e2aed80cc0d3c51d3b53df86c781798", + "extract_dir": "FreeBASIC-1.10.1-win64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.0/Binaries-Windows/FreeBASIC-1.10.0-win32.zip", - "hash": "sha1:cc1d6f0ce31c86ac74edf6933ceb6667b9c1ddbf", - "extract_dir": "FreeBASIC-1.10.0-win32" + "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.1/Binaries-Windows/FreeBASIC-1.10.1-win32.zip", + "hash": "sha1:30043d3429b429473fdaa22a25ef9ce757ace645", + "extract_dir": "FreeBASIC-1.10.1-win32" } }, "bin": "fbc.exe",