Skip to content

Commit

Permalink
k0sctl-aoks: Adopt URL path and update to version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks committed Oct 23, 2024
1 parent 1a581f2 commit f7d0f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/k0sctl-aoks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.18.1",
"version": "0.19.1",
"description": "A bootstrapping and management tool for k0s clusters.",
"homepage": "https://github.com/k0sproject/k0sctl",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0sctl/releases/download/v0.18.1/k0sctl-win-x64.exe#/k0sctl.exe",
"hash": "7cc759b4eb7057ff7ffb87367f5501b7b4ecf17f6c247bed46e7470db7a10c3f"
"url": "https://github.com/k0sproject/k0sctl/releases/download/v0.19.1/k0sctl-win-amd64.exe#/k0sctl.exe",
"hash": "f9db46f1ab2bf1c17a6436408960614ebd8f05b2aebdc676f8225c7eceb8f8a9"
}
},
"bin": "k0sctl.exe",
Expand All @@ -15,7 +15,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0sctl/releases/download/v$version/k0sctl-win-x64.exe#/k0sctl.exe",
"url": "https://github.com/k0sproject/k0sctl/releases/download/v$version/k0sctl-win-amd64.exe#/k0sctl.exe",
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s+\\*$basename"
Expand Down

0 comments on commit f7d0f64

Please sign in to comment.