From fb384ce0337a04e0fbf8e4006c22444a1e36d5e7 Mon Sep 17 00:00:00 2001 From: ltguillaume Date: Tue, 9 Dec 2025 21:56:41 +0100 Subject: [PATCH 1/3] hemmelig: Add version 1.0.0 --- bucket/hemmelig.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/hemmelig.json diff --git a/bucket/hemmelig.json b/bucket/hemmelig.json new file mode 100644 index 00000000000000..6dc7a2f68e79c1 --- /dev/null +++ b/bucket/hemmelig.json @@ -0,0 +1,16 @@ +{ + "version": "1.0.0", + "description": "Share sensitive information securely with client-side encryption and self-destructing messages.", + "homepage": "https://github.com/HemmeligOrg/Hemmelig.app", + "license": "O'Saasy", + "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-windows-amd64.exe#/hemmelig.exe", + "hash": "f3ed374af94bd536fd164f37f4f8109625a4531c7f0a6d13000d43771403bb45", + "bin": "hemmelig.exe", + "checkver": { + "url": "https://api.github.com/repos/HemmeligOrg/Hemmelig.app/releases", + "regex": "/tag/(?cli-[Vv]?(?[\\d.]+))" + }, + "autoupdate": { + "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/$matchTag/hemmelig-windows-amd64.exe#/hemmelig.exe" + } +} From 220d5302fec9c586766cb25d66f191f34977a6ca Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Wed, 10 Dec 2025 19:11:23 +0300 Subject: [PATCH 2/3] hemmelig@1.0.0: Add architecture wrapper, add hash autoupdate, update checkver --- bucket/hemmelig.json | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/bucket/hemmelig.json b/bucket/hemmelig.json index 6dc7a2f68e79c1..75b1517a98b8ed 100644 --- a/bucket/hemmelig.json +++ b/bucket/hemmelig.json @@ -2,15 +2,29 @@ "version": "1.0.0", "description": "Share sensitive information securely with client-side encryption and self-destructing messages.", "homepage": "https://github.com/HemmeligOrg/Hemmelig.app", - "license": "O'Saasy", - "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-windows-amd64.exe#/hemmelig.exe", - "hash": "f3ed374af94bd536fd164f37f4f8109625a4531c7f0a6d13000d43771403bb45", + "license": { + "identifier": "O'Saasy", + "url": "https://github.com/HemmeligOrg/Hemmelig.app/blob/v7/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-windows-amd64.exe#/hemmelig.exe", + "hash": "f3ed374af94bd536fd164f37f4f8109625a4531c7f0a6d13000d43771403bb45" + } + }, "bin": "hemmelig.exe", "checkver": { - "url": "https://api.github.com/repos/HemmeligOrg/Hemmelig.app/releases", + "url": "https://api.github.com/repositories/376585651/releases", "regex": "/tag/(?cli-[Vv]?(?[\\d.]+))" }, "autoupdate": { - "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/$matchTag/hemmelig-windows-amd64.exe#/hemmelig.exe" + "architecture": { + "64bit": { + "url": "https://github.com/HemmeligOrg/Hemmelig.app/releases/download/$matchTag/hemmelig-windows-amd64.exe#/hemmelig.exe" + } + }, + "hash": { + "url": "$url.sha256" + } } } From 274a69ddc34ca7d5bdf5d7f68a4f11732e9e90d9 Mon Sep 17 00:00:00 2001 From: Guillaume <4777345+ltguillaume@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:31:47 +0000 Subject: [PATCH 3/3] hemmelig@1.0.0: Change homepage to main instance Co-authored-by: z-Fng <54583083+z-Fng@users.noreply.github.com> --- bucket/hemmelig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/hemmelig.json b/bucket/hemmelig.json index 75b1517a98b8ed..b5a715a2a480fd 100644 --- a/bucket/hemmelig.json +++ b/bucket/hemmelig.json @@ -1,7 +1,7 @@ { "version": "1.0.0", "description": "Share sensitive information securely with client-side encryption and self-destructing messages.", - "homepage": "https://github.com/HemmeligOrg/Hemmelig.app", + "homepage": "https://hemmelig.app", "license": { "identifier": "O'Saasy", "url": "https://github.com/HemmeligOrg/Hemmelig.app/blob/v7/LICENSE"