From 5f2e7889ab940aea68c6c7480f1a2f50f760907e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:05:07 +0200 Subject: [PATCH 1/2] executor@2.1.2: Updated and fixed checkver Updated version and download URLs for 32bit and 64bit executables. --- bucket/executor.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/bucket/executor.json b/bucket/executor.json index 386b8320b4afc1..c5390f281f6849 100644 --- a/bucket/executor.json +++ b/bucket/executor.json @@ -1,32 +1,31 @@ { - "version": "1.0.11", + "version": "2.1.2", "description": "Multipurpose launcher and more advanced and customizable freeware Windows run replacement and more", "homepage": "https://executor.dk/", "license": "MIT", "architecture": { - "64bit": { - "url": "https://www.1space.dk/executor/Executor64bit.zip", - "hash": "89e396d99033995aeabfa94a07ee8fd327843ff06d60becf2f8f798d952ad213", - "extract_dir": "Executor64bit" - }, "32bit": { - "url": "https://www.1space.dk/executor/Executor32bit.zip", - "hash": "f87d62404fa95e043584d1c14bc23741d1da1e50bebe01331317ce5240de370f", + "url": "https://github.com/executordk/executor-community/releases/download/v2.1.2/Executor_v2.1.2_32bit.zip", + "hash": "3856cdb3fc73d325b3cc3c8d6888b99f84e18e8632b94c2289e170127583fc76", "extract_dir": "Executor32bit" + }, + "64bit": { + "url": "https://github.com/executordk/executor-community/releases/download/v2.1.2/Executor_v2.1.2_64bit.zip", + "hash": "ea9665147304b18ba2480215be3a076cb847f45ee2668b900349650754102f19", + "extract_dir": "Executor64bit" } }, "bin": "Executor.exe", "checkver": { - "url": "https://www.1space.dk/executor/vhistory.html", - "regex": "

v([\\d.b]+)\\s+\\(.*\\)

" + "github": "https://github.com/executordk/executor-community" }, "autoupdate": { "architecture": { - "64bit": { - "url": "https://www.1space.dk/executor/Executor64bit.zip" - }, "32bit": { - "url": "https://www.1space.dk/executor/Executor32bit.zip" + "url": "https://github.com/executordk/executor-community/releases/download/v$version/Executor_v$version_32bit.zip" + }, + "64bit": { + "url": "https://github.com/executordk/executor-community/releases/download/v$version/Executor_v$version_64bit.zip" } } } From 858e6c90b01d18614d23b76fa2f0a0297e01fe1e Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:38:41 -0400 Subject: [PATCH 2/2] Update version 2.1.3 --- bucket/executor.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/executor.json b/bucket/executor.json index c5390f281f6849..a059bc54af10e7 100644 --- a/bucket/executor.json +++ b/bucket/executor.json @@ -1,17 +1,17 @@ { - "version": "2.1.2", - "description": "Multipurpose launcher and more advanced and customizable freeware Windows run replacement and more", + "version": "2.1.3", + "description": "Multipurpose launcher and more advanced and customizable freeware Windows run replacement and more.", "homepage": "https://executor.dk/", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/executordk/executor-community/releases/download/v2.1.2/Executor_v2.1.2_32bit.zip", - "hash": "3856cdb3fc73d325b3cc3c8d6888b99f84e18e8632b94c2289e170127583fc76", + "url": "https://github.com/executordk/executor-community/releases/download/v2.1.3/Executor_v2.1.3_32bit.zip", + "hash": "1900a96b4f06445c708a85e8a91b8ecc3cae60c78408ada65dc43bc028ed7a0c", "extract_dir": "Executor32bit" }, "64bit": { - "url": "https://github.com/executordk/executor-community/releases/download/v2.1.2/Executor_v2.1.2_64bit.zip", - "hash": "ea9665147304b18ba2480215be3a076cb847f45ee2668b900349650754102f19", + "url": "https://github.com/executordk/executor-community/releases/download/v2.1.3/Executor_v2.1.3_64bit.zip", + "hash": "47716ef5b4cb3fdd6dc71538f60e16ee305d16657818c5035d2779e8a27883b5", "extract_dir": "Executor64bit" } },