ScoopInstaller_Main/bucket/winflexbison.json
2019-12-31 05:00:21 +00:00

23 lines
741 B
JSON

{
"homepage": "https://github.com/lexxmark/winflexbison",
"version": "2.5.21",
"license": "GPL-3.0-or-later",
"description": "A Windows port of Flex (the fast lexical analyser) and GNU Bison (parser generator).",
"url": "https://github.com/lexxmark/winflexbison/releases/download/v2.5.21/win_flex_bison-2.5.21.zip",
"hash": "17c638a05a16f4549efc06bec5b37a8e27973258886028bc4d20ebdabe6a1b0b",
"bin": [
[
"win_bison.exe",
"bison"
],
[
"win_flex.exe",
"flex"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lexxmark/winflexbison/releases/download/v$version/win_flex_bison-$version.zip"
}
}