From 0555bb9c767c0cc3a90af244b9aee80812785fbe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Jul 2018 23:02:38 +0200 Subject: [PATCH] Add hygen version 1.6.2 --- hygen.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hygen.json diff --git a/hygen.json b/hygen.json new file mode 100644 index 0000000000..c48c00b5e8 --- /dev/null +++ b/hygen.json @@ -0,0 +1,15 @@ +{ + "description": "The scalable code generator that saves you time", + "homepage": "https://www.hygen.io/", + "version": "1.6.2", + "url": "https://github.com/jondot/hygen/releases/download/v1.6.2/hygen.win.exe.v1.6.2.tar.gz", + "hash": "7b6b37ba33ea435c641c846f83f00075a8b9eeb2adcb84c39d085bdb94c7fd85", + "bin": "hygen.exe", + "pre_install": "if(Test-Path \"$dir\\hygen\") { Rename-Item \"$dir\\hygen\" \"$dir\\hygen.exe\" }", + "checkver": { + "github": "https://github.com/jondot/hygen" + }, + "autoupdate": { + "url": "https://github.com/jondot/hygen/releases/download/v$version/hygen.win.exe.v$version.tar.gz" + } +}