hygen: Update to version 2.1.1 (#2960)

hygen: Update to version 2.1.1
This commit is contained in:
Chawye Hsu 2019-01-08 23:13:40 +08:00 committed by Richard Kuhnt
parent 49e25f4c63
commit f909b42907

View File

@ -1,15 +1,14 @@
{ {
"description": "The scalable code generator that saves you time", "description": "The scalable code generator that saves you time",
"homepage": "https://www.hygen.io/", "homepage": "https://www.hygen.io/",
"version": "2.1.0", "version": "2.1.1",
"url": "https://github.com/jondot/hygen/releases/download/v2.1.0/hygen.win.exe.v2.1.0.tar.gz", "url": "https://github.com/jondot/hygen/releases/download/v2.1.1/hygen.win.exe.v2.1.1.zip",
"hash": "263f28403d9833cde650a97fc1a243b5ef46e8af3f0fa5f89f6045f4ffecf918", "hash": "a8b319cfb133c1996ceb9371063f3c8aa33f504654f37457dfe9f5be401a0ce2",
"bin": "hygen.exe", "bin": "hygen.exe",
"pre_install": "if(Test-Path \"$dir\\hygen\") { Rename-Item \"$dir\\hygen\" \"$dir\\hygen.exe\" }",
"checkver": { "checkver": {
"github": "https://github.com/jondot/hygen" "github": "https://github.com/jondot/hygen"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/jondot/hygen/releases/download/v$version/hygen.win.exe.v$version.tar.gz" "url": "https://github.com/jondot/hygen/releases/download/v$version/hygen.win.exe.v$version.zip"
} }
} }