clink: Update to version 1.1.7

fixes/linting
This commit is contained in:
Jakub Čábera 2020-12-11 21:50:03 +01:00
parent 531fb4da09
commit 81e183ea62
4 changed files with 31 additions and 30 deletions

View File

@ -1,22 +1,21 @@
{ {
"version": "1.1.4", "version": "1.1.7",
"description": "Powerful Bash-style command line editing for cmd.exe", "description": "Powerful Bash-style command line editing for cmd.exe",
"homepage": "https://chrisant996.github.io/clink/", "homepage": "https://chrisant996.github.io/clink/",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.4/clink.1.1.4.28d2fc.zip",
"hash": "adb000db87ae88ac402b5420d79266a5c6a296b8e08cfb3729572e9a2de3750c",
"checkver": {
"url": "https://github.com/chrisant996/clink/releases/latest",
"re": "clink\\.(?<version>[\\d\\.]+)\\.(?<commit>[\\d\\w.]+)\\.zip"
},
"bin": "clink.bat",
"persist": "profile",
"notes": [ "notes": [
"Run 'clink inject' to start clink on the current cmd", "Run 'clink inject' to start clink on the current cmd",
"Run 'clink autorun install' to auto start clink" "Run 'clink autorun install' to auto start clink"
], ],
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.7/clink.1.1.7.c97b05.zip",
"hash": "9c6afb7feb9575b8657abb20ce8845bce0f51b724bec3bfb53cda52c9abb0283",
"bin": "clink.bat",
"persist": "profile",
"checkver": {
"github": "https://github.com/chrisant996/clink",
"regex": "clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": { "autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip", "url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip"
"extract_dir": "clink_$version"
} }
} }

View File

@ -1,8 +1,15 @@
{ {
"homepage": "http://www.groovy-lang.org/",
"description": "A powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.",
"version": "3.0.7", "version": "3.0.7",
"description": "A powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.",
"homepage": "https://www.groovy-lang.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
],
"groovyserv": "groovyserv"
},
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.7.zip", "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.7.zip",
"hash": "b9e2041cb83a963922f6761a0b037c5784670616632142b8d7002b7c3a96b7f5", "hash": "b9e2041cb83a963922f6761a0b037c5784670616632142b8d7002b7c3a96b7f5",
"extract_dir": "groovy-3.0.7", "extract_dir": "groovy-3.0.7",
@ -19,22 +26,15 @@
"env_set": { "env_set": {
"GROOVY_HOME": "$dir" "GROOVY_HOME": "$dir"
}, },
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
],
"groovyserv": "groovyserv"
},
"checkver": { "checkver": {
"url": "http://www.groovy-lang.org/download.html", "url": "https://groovy.apache.org/download.html",
"re": "apache-groovy-binary-([\\d.]+).zip" "regex": "apache-groovy-binary-([\\d.]+)\\.zip"
}, },
"autoupdate": { "autoupdate": {
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip", "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip",
"extract_dir": "groovy-$version",
"hash": { "hash": {
"url": "$url.sha256" "url": "$url.sha256"
} },
"extract_dir": "groovy-$version"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"version": "5.4.0", "version": "5.4.0",
"description": "A high precision scientific calculator with full support for physical units", "description": "A high precision scientific calculator with full support for physical units",
"homepage": "https://github.com/sharkdp/insect", "homepage": "https://insect.sh",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -14,7 +14,9 @@
} }
}, },
"bin": "insect.exe", "bin": "insect.exe",
"checkver": "github", "checkver": {
"github": "https://github.com/sharkdp/insect"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -1,8 +1,8 @@
{ {
"homepage": "https://bellard.org/tcc/",
"description": "The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler created by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks).",
"license": "LGPL-2.1-only",
"version": "0.9.27", "version": "0.9.27",
"description": "The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler created by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks).",
"homepage": "https://bellard.org/tcc/",
"license": "LGPL-2.1-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27-win64-bin.zip", "url": "https://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27-win64-bin.zip",
@ -16,7 +16,7 @@
"env_add_path": "tcc", "env_add_path": "tcc",
"checkver": { "checkver": {
"url": "https://download.savannah.gnu.org/releases/tinycc/?C=N&O=D", "url": "https://download.savannah.gnu.org/releases/tinycc/?C=N&O=D",
"re": "tcc-([\\d.]+)-win64-bin.zip" "regex": "tcc-([\\d.]+)-win64-bin\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {