2020-01-12 23:00:26 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/pemistahl/grex/releases/download/v0.3.2/grex-v0.3.2-x86_64-pc-windows-msvc.zip",
"hash": "8dc1e7fef5205bb78160537587affb82e53044dbd086c8b7f546e17c6fff3918"
}
},
"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"
}
}
}
}