2020-01-06 22:01:47 +00:00

22 lines
705 B
JSON

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