freepascal: Add version 3.2.2 (#2872)

This commit is contained in:
Valinor 2021-11-23 16:27:32 +01:00 committed by GitHub
parent 0f034c61be
commit 172d7e32a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/freepascal.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://www.freepascal.org",
"version": "3.2.2",
"description": "Professional Pascal compiler.",
"license": {
"identifier": "GPL-2.0-or-later | FPC-modified-LGPL-2.0-or-later",
"url": "http://wiki.lazarus.freepascal.org/licensing"
},
"url": "https://downloads.sourceforge.net/project/freepascal/Win32/3.2.2/fpc-3.2.2.i386-win32.exe",
"hash": "sha1:c3fc24290da7349e4fba763eaadd2a5bec07bfa3",
"innosetup": true,
"bin": [
"bin\\i386-win32\\fp.exe",
"bin\\i386-win32\\fpc.exe"
],
"shortcuts": [
[
"bin\\i386-win32\\fp.exe",
"Free Pascal IDE",
"",
"bin\\i386-win32\\fp32.ico"
]
],
"checkver": {
"url": "https://sourceforge.net/p/freepascal/news/?source=navbar",
"regex": "Free Pascal ([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/freepascal/Win32/$version/fpc-$version.i386-win32.exe"
}
}