freebasic: Update to version 1.07.1 (#474)

This commit is contained in:
Chawye Hsu 2019-10-08 13:32:27 +08:00 committed by Hsiao-nan Cheung
parent 0045b67d50
commit fcad0464b3

View File

@ -1,18 +1,18 @@
{
"homepage": "https://www.freebasic.net",
"version": "1.07.0",
"version": "1.07.1",
"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/More/FreeBASIC-1.07.0-win64.7z",
"hash": "sha1:36f13c5e686d09c35d43a2477c3acec415fe8f56",
"extract_dir": "FreeBASIC-1.07.0-win64"
"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"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-1.07.0-win32.7z",
"hash": "sha1:826288f5e77880f829e8ca6d64898635a5df39bb",
"extract_dir": "FreeBASIC-1.07.0-win32"
"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"
}
},
"bin": "fbc.exe",
@ -22,11 +22,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-$version-win64.7z",
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win64.zip",
"extract_dir": "FreeBASIC-$version-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-$version-win32.7z",
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win32.zip",
"extract_dir": "FreeBASIC-$version-win32"
}
}