From 81e183ea62db26167f54cbc61cacc594afb1b6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 11 Dec 2020 21:50:03 +0100 Subject: [PATCH] clink: Update to version 1.1.7 fixes/linting --- bucket/clink.json | 21 ++++++++++----------- bucket/groovy.json | 26 +++++++++++++------------- bucket/insect.json | 6 ++++-- bucket/tcc.json | 8 ++++---- 4 files changed, 31 insertions(+), 30 deletions(-) diff --git a/bucket/clink.json b/bucket/clink.json index e3b66cea9d..a3f4f03cc4 100644 --- a/bucket/clink.json +++ b/bucket/clink.json @@ -1,22 +1,21 @@ { - "version": "1.1.4", + "version": "1.1.7", "description": "Powerful Bash-style command line editing for cmd.exe", "homepage": "https://chrisant996.github.io/clink/", "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\\.(?[\\d\\.]+)\\.(?[\\d\\w.]+)\\.zip" - }, - "bin": "clink.bat", - "persist": "profile", "notes": [ "Run 'clink inject' to start clink on the current cmd", "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.]+)\\.(?[\\w.]+)\\.zip" + }, "autoupdate": { - "url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip", - "extract_dir": "clink_$version" + "url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip" } } diff --git a/bucket/groovy.json b/bucket/groovy.json index 43b3be7467..d630a84cc2 100644 --- a/bucket/groovy.json +++ b/bucket/groovy.json @@ -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", + "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", + "suggest": { + "JDK": [ + "java/oraclejdk", + "java/openjdk" + ], + "groovyserv": "groovyserv" + }, "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.7.zip", "hash": "b9e2041cb83a963922f6761a0b037c5784670616632142b8d7002b7c3a96b7f5", "extract_dir": "groovy-3.0.7", @@ -19,22 +26,15 @@ "env_set": { "GROOVY_HOME": "$dir" }, - "suggest": { - "JDK": [ - "java/oraclejdk", - "java/openjdk" - ], - "groovyserv": "groovyserv" - }, "checkver": { - "url": "http://www.groovy-lang.org/download.html", - "re": "apache-groovy-binary-([\\d.]+).zip" + "url": "https://groovy.apache.org/download.html", + "regex": "apache-groovy-binary-([\\d.]+)\\.zip" }, "autoupdate": { "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip", - "extract_dir": "groovy-$version", "hash": { "url": "$url.sha256" - } + }, + "extract_dir": "groovy-$version" } } diff --git a/bucket/insect.json b/bucket/insect.json index 3539a7680a..12210b1882 100644 --- a/bucket/insect.json +++ b/bucket/insect.json @@ -1,7 +1,7 @@ { "version": "5.4.0", "description": "A high precision scientific calculator with full support for physical units", - "homepage": "https://github.com/sharkdp/insect", + "homepage": "https://insect.sh", "license": "MIT", "architecture": { "64bit": { @@ -14,7 +14,9 @@ } }, "bin": "insect.exe", - "checkver": "github", + "checkver": { + "github": "https://github.com/sharkdp/insect" + }, "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/tcc.json b/bucket/tcc.json index 95b16f4575..cfc20841b9 100644 --- a/bucket/tcc.json +++ b/bucket/tcc.json @@ -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", + "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": { "64bit": { "url": "https://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27-win64-bin.zip", @@ -16,7 +16,7 @@ "env_add_path": "tcc", "checkver": { "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": { "architecture": {