This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new 61ee907 CAMEL-16236: Download MacOS should say its x86 61ee907 is described below commit 61ee907a04ee42282f1d837efc2304571b2bb0ea Author: Zoran Regvart <zo...@regvart.com> AuthorDate: Tue Sep 21 09:02:31 2021 +0200 CAMEL-16236: Download MacOS should say its x86 --- data/release-categories.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/release-categories.yaml b/data/release-categories.yaml index 2346cb9..6f144dc 100644 --- a/data/release-categories.yaml +++ b/data/release-categories.yaml @@ -47,7 +47,7 @@ camel-k: - name: 'Linux 64bit binary' path_format: 'camel/camel-k/{version}/camel-k-client-{version}-linux-64bit.tar.gz' filename_format: 'camel-k-client-{version}-linux-64bit.tar.gz' - - name: 'MacOS 64bit binary' + - name: 'MacOS (x86) 64bit binary' path_format: 'camel/camel-k/{version}/camel-k-client-{version}-mac-64bit.tar.gz' filename_format: 'camel-k-client-{version}-mac-64bit.tar.gz' - name: 'Windows 64bit binary'