From 98b61a13e18acaf2ee59c1b1f48910efca901a9f Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 9 Aug 2021 13:22:09 +0300 Subject: [PATCH] fix_brew (#52) * fixed template.rb --- Makefile | 2 +- brew/template.rb | 4 ++-- docs/releases/release_notes.md | 4 ++-- manifests/runtime.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5d7376f4b..90cc895f5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.54 +VERSION=v0.0.55 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/brew/template.rb b/brew/template.rb index 1dc4d4a8f..0d98b541c 100644 --- a/brew/template.rb +++ b/brew/template.rb @@ -1,8 +1,8 @@ -class CF2 < Formula +class Cf2 < Formula desc "Codefresh CLI tool, V2" homepage "https://codefresh.io/" url "https://github.com/codefresh-io/cli-v2.git", - tag: "v{{ version }}", + tag: "{{ version }}", revision: "{{ revision }}" license "Apache-2.0" diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 4967aeddc..711b70772 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -20,7 +20,7 @@ cf version ### Linux ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.54/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.55/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -32,7 +32,7 @@ cf version ### Mac ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.54/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.55/cf-darwin-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-darwin-amd64 /usr/local/bin/cf diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index d742597ec..0c03d115d 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.54 + version: 0.0.55 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events