Skip to content

Commit

Permalink
komac: Update to version 2.3.0, deprecate 32bit version, fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jun 27, 2024
1 parent efd3ba0 commit 74fe576
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions bucket/komac.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.1",
"version": "2.3.0",
"description": "The Community Manifest Creator for WinGet",
"homepage": "https://github.com/russellbanks/Komac",
"license": "GPL-3.0-only",
Expand All @@ -8,30 +8,23 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/russellbanks/Komac/releases/download/v2.2.1/KomacPortable-x64.exe#/Komac.exe",
"hash": "b0fd21f0eac43ab915ebf9dc034a1fceecde205614e329149bef7cd9db74efc8"
},
"32bit": {
"url": "https://github.com/russellbanks/Komac/releases/download/v2.2.1/KomacPortable-x86.exe#/Komac.exe",
"hash": "2d382650fa36cfacb1165dd206a9811cff952d3bd239a2dc61ce71128b79ac5f"
"url": "https://github.com/russellbanks/Komac/releases/download/v2.3.0/komac-2.3.0-x86_64-pc-windows-msvc.exe#/Komac.exe",
"hash": "1c68b0b32b289009b8a358af89cba9bf316f290c3c8e59fdb8ef28a0d9d491f6"
},
"arm64": {
"url": "https://github.com/russellbanks/Komac/releases/download/v2.2.1/KomacPortable-arm64.exe#/Komac.exe",
"hash": "d3e22d13b59150ed8399ecc8c43b1ea90848370ade08450c0a78f5ab52c876f7"
"url": "https://github.com/russellbanks/Komac/releases/download/v2.3.0/komac-2.3.0-aarch64-pc-windows-msvc.exe#/Komac.exe",
"hash": "2b5691bed3427de114d63d8f2cb6dd19d9d0fc1fed210c36fd9de7d7aebbbf9a"
}
},
"bin": "Komac.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-x64.exe#/Komac.exe"
},
"32bit": {
"url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-x86.exe#/Komac.exe"
"url": "https://github.com/russellbanks/Komac/releases/download/v$version/komac-$version-x86_64-pc-windows-msvc.exe#/Komac.exe"
},
"arm64": {
"url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-arm64.exe#/Komac.exe"
"url": "https://github.com/russellbanks/Komac/releases/download/v$version/komac-$version-aarch64-pc-windows-msvc.exe#/Komac.exe"
}
},
"hash": {
Expand Down

0 comments on commit 74fe576

Please sign in to comment.