From f483e3b0c474c995202863017bf9cdba8a6e6450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pawe=C5=82=20G=C5=82azik?= Date: Wed, 20 Jan 2021 19:22:26 +0100 Subject: [PATCH] Fix goreleaser brew setup 2 --- .goreleaser.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index cbce30c..a1fa16d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -46,18 +46,16 @@ brews: # Default is the root folder. folder: Formula - # Caveats for the user of your binary. - # Default is empty. - caveats: "You need to configure this software before use (goship configure or check docs)" - homepage: "https://github.com/zytek/goship" - description: "Utility that helps find, connect and copy to particular cloud resources using configured providers" + caveats: "" + homepage: "https://github.com/zytek/s3perka" + description: "Copy (sync) S3 objects between different AWS Partitions/Accounts" license: "MIT" skip_upload: false dependencies: [] test: | - system "#{bin}/goship version" + system "#{bin}/s3perka -h" install: | - bin.install "goship" + bin.install "s3perka"