Skip to content

Commit b5f0cbe

Browse files
openshifttools-botvrubezhny
authored andcommitted
Update func to 1.20.0
1 parent 8848150 commit b5f0cbe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/tools.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,40 +87,40 @@
8787
"description": "Function CLI tool",
8888
"vendor": "Red Hat, Inc.",
8989
"name": "func",
90-
"version": "1.19.5",
91-
"versionRange": "^1.19.5",
92-
"versionRangeLabel": "version >= 1.19.5",
90+
"version": "1.20.0",
91+
"versionRange": "^1.20.0",
92+
"versionRangeLabel": "version >= 1.20.0",
9393
"dlFileName": "func",
9494
"cmdFileName": "func",
9595
"filePrefix": "",
9696
"platform": {
9797
"win32": {
98-
"url": "https://github.com/knative/func/releases/download/knative-v1.19.5/func_windows_amd64.exe",
99-
"sha256sum": "4a529033835d4cc7bf1e1c7fe87b1a8ccbb6f3b4c4c31738a4ef1da4c158ddff",
98+
"url": "https://github.com/knative/func/releases/download/knative-v1.20.0/func_windows_amd64.exe",
99+
"sha256sum": "01e413191d8bae7130e2ac0941f941fb578d94ab3daca969698adddf8e667d31",
100100
"dlFileName": "func_windows_amd64.exe",
101101
"cmdFileName": "func.exe"
102102
},
103103
"darwin": {
104-
"url": "https://github.com/knative/func/releases/download/knative-v1.19.5/func_darwin_amd64",
105-
"sha256sum": "5d51bcaec00e5b3de85d69d3af61ab8cc8409b5eb2086d22c925fce7768f8258",
104+
"url": "https://github.com/knative/func/releases/download/knative-v1.20.0/func_darwin_amd64",
105+
"sha256sum": "7fb9596f987f971deae3dd05b01ff7b299408ee2617ec35889ac816df3f93aef",
106106
"dlFileName": "func_darwin_amd64",
107107
"cmdFileName": "func"
108108
},
109109
"darwin-arm64": {
110-
"url": "https://github.com/knative/func/releases/download/knative-v1.19.5/func_darwin_arm64",
111-
"sha256sum": "e164adbcfc5ef7248620044fc6e48853281c1769ccf2ba22e08102bbf288e8fa",
110+
"url": "https://github.com/knative/func/releases/download/knative-v1.20.0/func_darwin_arm64",
111+
"sha256sum": "6df38e4ffd9c20645f0d48421f7e6188895609de14f6e50054adc684f5ec395d",
112112
"dlFileName": "func_darwin_arm64",
113113
"cmdFileName": "func"
114114
},
115115
"linux": {
116-
"url": "https://github.com/knative/func/releases/download/knative-v1.19.5/func_linux_amd64",
117-
"sha256sum": "599b5a1ad13a2c54209b2116e49fc39a44c6485fadfd41344797ea97838b32f9",
116+
"url": "https://github.com/knative/func/releases/download/knative-v1.20.0/func_linux_amd64",
117+
"sha256sum": "eb17df455c5b4582815d0507aaffc721271dc2a40546148f7eb245ce0ca1d225",
118118
"dlFileName": "func_linux_amd64",
119119
"cmdFileName": "func"
120120
},
121121
"linux-arm64": {
122-
"url": "https://github.com/knative/func/releases/download/knative-v1.19.5/func_linux_arm64",
123-
"sha256sum": "05f152a2034851644e267e962362f4bf1dd623fac64e9bfb7a82cf5ffe46b0cd",
122+
"url": "https://github.com/knative/func/releases/download/knative-v1.20.0/func_linux_arm64",
123+
"sha256sum": "bff383743a70a9ccf02dad63a4e75dfeff1f47cbfe56eaca4c6b2b478260226b",
124124
"dlFileName": "func_linux_arm64",
125125
"cmdFileName": "func"
126126
}

0 commit comments

Comments
 (0)