scoop-bucket

Scoop bucket for publishing my apps.
Log | Files | Refs

commit 57cdf6c6d26c146dce2efa7668cc50485fe089a6
parent efb6b7a5258a8404b079a9803e6543bbc190c2d2
Author: goreleaserbot <bot@goreleaser.com>
Date:   Wed, 29 Nov 2023 12:16:40 +0800

Scoop update for icns version v2.2.7
Diffstat:
Micns.json | 17++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/icns.json b/icns.json @@ -1,19 +1,26 @@ { - "version": "2.2.6", + "version": "2.2.7", "architecture": { "32bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.6/icns_2.2.6_windows_386.zip", + "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_windows_386.zip", "bin": [ "icnsify.exe" ], - "hash": "5932889b5ae521f4311a1909551b8b28cd17405a674c622c1a040513c896603d" + "hash": "6875fe7651753013770b6fd8ef61c91ec9d9b8c875ae4ddf54a68201a8000327" }, "64bit": { - "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.6/icns_2.2.6_windows_amd64.zip", + "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_windows_amd64.zip", "bin": [ "icnsify.exe" ], - "hash": "f1b3792a67e38e197120964ab833dbe8782b7f9fb2072e950bc42c222efd4c14" + "hash": "a7cda0a607e0e3d1c4c29e1d8262010e4b9fc929328bba5246a74bff1aeaa2c7" + }, + "arm64": { + "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_windows_arm64.zip", + "bin": [ + "icnsify.exe" + ], + "hash": "76646231e55d0113fd83ee890ad20a33affccd31c5e24e7b7ab558a2cdb3f021" } } } \ No newline at end of file