freebasic: Update to version 1.07.2

This commit is contained in:
Richard Kuhnt 2020-12-25 22:01:47 +00:00
parent d013a560ec
commit 42bafe78bc

View File

@ -1,18 +1,18 @@
{ {
"homepage": "https://www.freebasic.net", "homepage": "https://www.freebasic.net",
"version": "1.07.1", "version": "1.07.2",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"description": "BASIC compiler for Microsoft Windows, DOS and Linux.", "description": "BASIC compiler for Microsoft Windows, DOS and Linux.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.1-win64.zip", "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip",
"hash": "sha1:731491b93f1fd4970392b74d68d3f76c9783fb17", "hash": "sha1:a074f10e5d6feabc0179e5f4ada5ff83091a2dcb",
"extract_dir": "FreeBASIC-1.07.1-win64" "extract_dir": "FreeBASIC-1.07.2-win64"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.1-win32.zip", "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win32.zip",
"hash": "sha1:98cd3b1a15f74d98231c430939d05bdd3b3d6e97", "hash": "sha1:82998ed4e2fa5b41f4dda9c3007733488781afba",
"extract_dir": "FreeBASIC-1.07.1-win32" "extract_dir": "FreeBASIC-1.07.2-win32"
} }
}, },
"bin": "fbc.exe", "bin": "fbc.exe",