h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

32 lines
1.3 KiB
JSON

{
"homepage": "https://bellard.org/tcc/",
"description": "The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler created by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks).",
"license": "LGPL-2.1-only",
"version": "0.9.26",
"architecture": {
"64bit": {
"url": "http://download.savannah.gnu.org/releases/tinycc/tcc-0.9.26-win64-bin.zip",
"hash": "2cd31d0984d7706dc31a8e38c34ce76e33be7ce3aa329f42b9126e040c4b385f"
},
"32bit": {
"url": "http://download.savannah.gnu.org/releases/tinycc/tcc-0.9.26-win32-bin.zip",
"hash": "1e454336df8bae9925cccaf9304072d912270e116fa68aa2d6c50fc6addb8de3"
}
},
"env_add_path": "tcc",
"checkver": {
"url": "http://download.savannah.gnu.org/releases/tinycc/",
"re": "tcc-([\\d.]+)-win64-bin.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://download.savannah.gnu.org/releases/tinycc/tcc-$version-win64-bin.zip"
},
"32bit": {
"url": "http://download.savannah.gnu.org/releases/tinycc/tcc-$version-win32-bin.zip"
}
}
}
}