Peter M. Stahl 238e41a5a8 grex: Add version 0.2.0 (#499)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-10-23 16:56:20 +02:00

22 lines
705 B
JSON

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