From 238e41a5a891a40ea8ff72b06677d26940436b6c Mon Sep 17 00:00:00 2001 From: "Peter M. Stahl" Date: Wed, 23 Oct 2019 16:56:20 +0200 Subject: [PATCH] grex: Add version 0.2.0 (#499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/grex.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/grex.json diff --git a/bucket/grex.json b/bucket/grex.json new file mode 100644 index 0000000000..6ea1504ca7 --- /dev/null +++ b/bucket/grex.json @@ -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" + } + } + } +}