Skip to content

Commit 3a6ebfb

Browse files
committed
updatecli: add version 0.89.0
1 parent 8a5c03a commit 3a6ebfb

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bucket/updatecli.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "0.89.0",
3+
"description": "A tool used to apply file update strategies. Designed to be used from everywhere, each application 'run' detects if a value needs to be updated using a custom strategy then apply changes according to the strategy.",
4+
"homepage": "https://www.updatecli.io/",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/updatecli/updatecli/releases/download/v0.89.0/updatecli_Windows_x86_64.zip",
9+
"hash": "02763aa08ffe33b5622b45735b1b1a8e8f96831778dc278274135e4fdcb30c20"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/updatecli/updatecli/releases/download/v0.89.0/updatecli_Windows_arm64.zip",
13+
"hash": "ad4b9ee9ca9e66a521becde1e4fb6c917f921808919c911c39336f6a2a73fbc3"
14+
}
15+
},
16+
"bin": "updatecli.exe",
17+
"checkver": {
18+
"github": "https://github.com/updatecli/updatecli"
19+
},
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_x86_64.zip"
24+
},
25+
"arm64": {
26+
"url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_arm64.zip"
27+
}
28+
},
29+
"hash": {
30+
"url": "$baseurl/checksums.txt",
31+
"regex": "(?im)^$sha256\\s+$basename$"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)