2021-09-15 12:01:49 +00:00

22 lines
705 B
JSON

{
"version": "1.3.0",
"description": "A regular expression generator",
"homepage": "https://github.com/pemistahl/grex",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/pemistahl/grex/releases/download/v1.3.0/grex-v1.3.0-x86_64-pc-windows-msvc.zip",
"hash": "e4399720cd8078a4c405b22220115f5aa6f549283d74e4a90448eacb73d9b648"
}
},
"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"
}
}
}
}