2020-02-02 18:01:54 +00:00

22 lines
705 B
JSON

{
"homepage": "https://github.com/pemistahl/grex",
"description": "A regular expression generator",
"license": "Apache-2.0",
"version": "1.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/pemistahl/grex/releases/download/v1.0.0/grex-v1.0.0-x86_64-pc-windows-msvc.zip",
"hash": "fccc02d631f9529498116d604eec8f38bb91a340db283dfb251e297410eed272"
}
},
"bin": "grex.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pemistahl/grex/releases/download/v$version/grex-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}