From 42bafe78bcd29e13cbaeebca4e5ce75c9c619f4b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 25 Dec 2020 22:01:47 +0000 Subject: [PATCH] freebasic: Update to version 1.07.2 --- bucket/freebasic.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/freebasic.json b/bucket/freebasic.json index e1b0c0ba35..141a536d0b 100644 --- a/bucket/freebasic.json +++ b/bucket/freebasic.json @@ -1,18 +1,18 @@ { "homepage": "https://www.freebasic.net", - "version": "1.07.1", + "version": "1.07.2", "license": "GPL-2.0-or-later", "description": "BASIC compiler for Microsoft Windows, DOS and Linux.", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.1-win64.zip", - "hash": "sha1:731491b93f1fd4970392b74d68d3f76c9783fb17", - "extract_dir": "FreeBASIC-1.07.1-win64" + "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip", + "hash": "sha1:a074f10e5d6feabc0179e5f4ada5ff83091a2dcb", + "extract_dir": "FreeBASIC-1.07.2-win64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.1-win32.zip", - "hash": "sha1:98cd3b1a15f74d98231c430939d05bdd3b3d6e97", - "extract_dir": "FreeBASIC-1.07.1-win32" + "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win32.zip", + "hash": "sha1:82998ed4e2fa5b41f4dda9c3007733488781afba", + "extract_dir": "FreeBASIC-1.07.2-win32" } }, "bin": "fbc.exe",