2021-03-31 23:31:43 +08:00

22 lines
705 B
JSON

{
"version": "1.2.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.2.0/grex-v1.2.0-x86_64-pc-windows-msvc.zip",
"hash": "da9c50a4e19cbf7b1c4a001a9252c1a097b8eebbb9ec0bbf3f88bc79030e7d73"
}
},
"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"
}
}
}
}