From 6cc40441e977239e5caa7649ce98e43d2a2f9719 Mon Sep 17 00:00:00 2001 From: NECOdes Date: Fri, 10 Apr 2026 21:55:11 +0200 Subject: [PATCH 1/7] Update for the release of 1.7.0 - replaced "bin" for "shortcuts" since it's a GUI program - regex is not needed when program uses Github's release --- bucket/github-store.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index feb8256..d233646 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -1,5 +1,5 @@ { - "version": "1.6.2", + "version": "1.7.0", "description": "Cross-platform app store for GitHub releases", "homepage": "https://github-store.org/", "license": { @@ -8,20 +8,23 @@ }, "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/1.6.2/GitHub-Store-1.6.2.zip", - "hash": "F9B1C6BBEFE5B454C91D34CEE36019231245B7FE06305E91750A4D3244C87F4D" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/1.7.0/GitHub-Store-1.7.0.msi", + "hash": "515ba73e25e6293a9fea07861c7f1b271838e91f1be43c4bf96864ab5657e284" } }, - "extract_dir": "GitHub-Store", - "bin": "GitHub-Store.exe", + "shortcuts": [ + [ + "GitHub-Store/GitHub-Store.exe", + "GitHub Store" + ] + ], "checkver": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/latest", - "regex": "GitHub-Store-([\\d.]+)\\.zip" + "url": "https://github.com/OpenHub-Store/GitHub-Store" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/$version/GitHub-Store-$version.zip" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/$version/GitHub-Store-$version.msi" } } } From 5108ebf3e36be984484f5762ee4fbc8f749d9f82 Mon Sep 17 00:00:00 2001 From: NECOdes Date: Sun, 3 May 2026 01:30:07 +0200 Subject: [PATCH 2/7] set checkver to use github release --- bucket/github-store.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index d233646..f6b23e3 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -19,7 +19,7 @@ ] ], "checkver": { - "url": "https://github.com/OpenHub-Store/GitHub-Store" + "github": "https://github.com/OpenHub-Store/GitHub-Store" }, "autoupdate": { "architecture": { From 20fc8e0b6689cc895f547beca9784df93cc3bba5 Mon Sep 17 00:00:00 2001 From: NECOdes Date: Sun, 3 May 2026 01:45:55 +0200 Subject: [PATCH 3/7] update versions format X.X.X -> vX.X.X --- bucket/github-store.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index f6b23e3..adb9d5e 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -24,7 +24,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/$version/GitHub-Store-$version.msi" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v$version/GitHub-Store-$version.msi" } } } From 28ba8af37c3cd53bb0e2bbb106636973995b7c7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 23:48:38 +0000 Subject: [PATCH 4/7] github-store: Update to version 1.8.0 --- bucket/github-store.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index adb9d5e..6200a7c 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.8.0", "description": "Cross-platform app store for GitHub releases", "homepage": "https://github-store.org/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/1.7.0/GitHub-Store-1.7.0.msi", - "hash": "515ba73e25e6293a9fea07861c7f1b271838e91f1be43c4bf96864ab5657e284" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.0/GitHub-Store-1.8.0.msi", + "hash": "47193eb88d6f02b0d237bc536e9cb77eafd86a0454107236c6e4f21d3fc0aebe" } }, "shortcuts": [ From 33b27715dddb9cd76356436fc61abaf437bfb766 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:34:33 +0000 Subject: [PATCH 5/7] github-store: Update to version 1.8.1 --- bucket/github-store.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index 6200a7c..c648850 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.8.1", "description": "Cross-platform app store for GitHub releases", "homepage": "https://github-store.org/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.0/GitHub-Store-1.8.0.msi", - "hash": "47193eb88d6f02b0d237bc536e9cb77eafd86a0454107236c6e4f21d3fc0aebe" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.1/GitHub-Store-1.8.1.msi", + "hash": "2a8de8e4bcdc2f2055207a5ffea7d03abfa7ee903e925b2ba07c1b0af6fa5ab0" } }, "shortcuts": [ From c833a210617e79ab2cbe1c18fad612c5c3252952 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:15:48 +0000 Subject: [PATCH 6/7] github-store: Update to version 1.8.2 --- bucket/github-store.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index c648850..d928338 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -1,5 +1,5 @@ { - "version": "1.8.1", + "version": "1.8.2", "description": "Cross-platform app store for GitHub releases", "homepage": "https://github-store.org/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.1/GitHub-Store-1.8.1.msi", - "hash": "2a8de8e4bcdc2f2055207a5ffea7d03abfa7ee903e925b2ba07c1b0af6fa5ab0" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.2/GitHub-Store-1.8.2.msi", + "hash": "d493b2a77e6f54ffc64cc0be881264d43d5a7460ef2c828085a6949929c8257b" } }, "shortcuts": [ From 7c5160e6f98fe90ca827c8ab8bef9f8ebc0e0454 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:59:25 +0000 Subject: [PATCH 7/7] github-store: Update to version 1.8.3 --- bucket/github-store.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/github-store.json b/bucket/github-store.json index d928338..365bab8 100644 --- a/bucket/github-store.json +++ b/bucket/github-store.json @@ -1,5 +1,5 @@ { - "version": "1.8.2", + "version": "1.8.3", "description": "Cross-platform app store for GitHub releases", "homepage": "https://github-store.org/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.2/GitHub-Store-1.8.2.msi", - "hash": "d493b2a77e6f54ffc64cc0be881264d43d5a7460ef2c828085a6949929c8257b" + "url": "https://github.com/OpenHub-Store/GitHub-Store/releases/download/v1.8.3/GitHub-Store-1.8.3.msi", + "hash": "d3b895d9c2edb22bd53f30d5ac71a7953ce4fc9aa866c701a12d285fb7ac57a9" } }, "shortcuts": [