grex: Add version 0.2.0 (#499)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Peter M. Stahl 2019-10-23 16:56:20 +02:00 committed by Richard Kuhnt
parent ba38e65f90
commit 238e41a5a8

21
bucket/grex.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}