From 99998cb2ae16007484f7decea6c9f3e9d8700bd4 Mon Sep 17 00:00:00 2001 From: Cristian Chiru Date: Fri, 7 Apr 2023 08:51:10 +0300 Subject: [PATCH 1/3] certigo: add version 1.16.0 --- bucket/certigo.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/certigo.json diff --git a/bucket/certigo.json b/bucket/certigo.json new file mode 100644 index 00000000000000..f7591dcca2e56f --- /dev/null +++ b/bucket/certigo.json @@ -0,0 +1,23 @@ +{ + "version": "1.16.0", + "description": "A utility to examine and validate certificates in a variety of formats.", + "homepage": "https://github.com/square/certigo", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/square/certigo/releases/download/v1.16.0/certigo-windows-amd64#/certigo.exe", + "hash": "5137cb276f64280d38fccb29ff8d359c16a9e720292e546f5abcb8b6561194aa" + } + }, + "bin": "certigo.exe", + "checkver": { + "url": "https://github.com/square/certigo/releases" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/square/certigo/releases/download/v$version/certigo-windows-amd64#/certigo.exe" + } + } + } +} From 1b3f3063e48a78b0d18c5030fb882f39e847ca49 Mon Sep 17 00:00:00 2001 From: Cristian Chiru Date: Fri, 7 Apr 2023 09:02:06 +0300 Subject: [PATCH 2/3] certigo: correct github api for checkver --- bucket/certigo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/certigo.json b/bucket/certigo.json index f7591dcca2e56f..9f45681c3cfd78 100644 --- a/bucket/certigo.json +++ b/bucket/certigo.json @@ -11,7 +11,7 @@ }, "bin": "certigo.exe", "checkver": { - "url": "https://github.com/square/certigo/releases" + "url": "https://api.github.com/repos/square/certigo/releases" }, "autoupdate": { "architecture": { From b8a4224df4645d5d6bc78c025de8bef89f299bab Mon Sep 17 00:00:00 2001 From: Cristian Chiru Date: Fri, 7 Apr 2023 09:09:01 +0300 Subject: [PATCH 3/3] certigo: use github checker --- bucket/certigo.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bucket/certigo.json b/bucket/certigo.json index 9f45681c3cfd78..567ccd9beda209 100644 --- a/bucket/certigo.json +++ b/bucket/certigo.json @@ -10,9 +10,7 @@ } }, "bin": "certigo.exe", - "checkver": { - "url": "https://api.github.com/repos/square/certigo/releases" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": {