Skip to content

Commit c27f484

Browse files
authored
kubefwd: Update to version 1.25.8, fix autoupdate (#7479)
1 parent 66c4611 commit c27f484

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bucket/kubefwd.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"version": "1.22.5",
2+
"version": "1.25.8",
33
"description": "Bulk port forwarding Kubernetes services for local development",
44
"homepage": "https://github.com/txn2/kubefwd",
55
"license": "Apache-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.5/kubefwd_Windows_x86_64.zip",
9-
"hash": "8e8b893ab4fca6020cbade48b6b142b44dfd4770a686456ac2f8d34aad0c4fec"
8+
"url": "https://github.com/txn2/kubefwd/releases/download/v1.25.8/kubefwd_Windows_x86_64.zip",
9+
"hash": "4c477b151bd3db6e51be350cbb389a645f86154d279014d168507478cf64a242"
1010
},
1111
"32bit": {
12-
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.5/kubefwd_Windows_i386.zip",
13-
"hash": "4576540dc41b5ecceded37702f6da0e981488ed09cdadd3a623366451c234c57"
12+
"url": "https://github.com/txn2/kubefwd/releases/download/v1.25.8/kubefwd_Windows_i386.zip",
13+
"hash": "71a777df80cfeb39df259dba077d54ed08feb1522f92973d87cdb30b37b85f94"
1414
}
1515
},
1616
"bin": "kubefwd.exe",
1717
"checkver": "github",
1818
"autoupdate": {
1919
"architecture": {
2020
"64bit": {
21-
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip"
21+
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip"
2222
},
2323
"32bit": {
24-
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip"
24+
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip"
2525
}
2626
},
2727
"hash": {

0 commit comments

Comments
 (0)