From c5e57edbbe5ecb159aa9c871cb6e9ff0d56c5337 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 21 Jun 2022 05:38:56 +0000 Subject: [PATCH] Brew formula update for changie version v1.8.0 --- changie.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/changie.rb b/changie.rb index 52a78e34..fe2abad9 100644 --- a/changie.rb +++ b/changie.rb @@ -5,21 +5,21 @@ class Changie < Formula desc "Automated changelog tool for preparing releases with lots of customization options." homepage "https://changie.dev" - version "1.7.0" + version "1.8.0" license "MIT" on_macos do if Hardware::CPU.intel? - url "https://github.com/miniscruff/changie/releases/download/v1.7.0/changie_1.7.0_darwin_amd64.tar.gz" - sha256 "f62f5a50c3dac5bc703a3c3013411be6785e592b9d5a4b2ce2c64232af4aeeb2" + url "https://github.com/miniscruff/changie/releases/download/v1.8.0/changie_1.8.0_darwin_amd64.tar.gz" + sha256 "a6caa4637ead9209dd78ce011ffa47049fab555ffe8e731fbaee542642103070" def install bin.install "changie" end end if Hardware::CPU.arm? - url "https://github.com/miniscruff/changie/releases/download/v1.7.0/changie_1.7.0_darwin_arm64.tar.gz" - sha256 "7fdcad929a8a4d8de983061f6dce9689553cce2702d35e01dcbe96791a06ec34" + url "https://github.com/miniscruff/changie/releases/download/v1.8.0/changie_1.8.0_darwin_arm64.tar.gz" + sha256 "b62795a78fe3edbf75fe0047f241e6813a1b67aef5596ca3e615ba29329a66c6" def install bin.install "changie" @@ -29,16 +29,16 @@ def install on_linux do if Hardware::CPU.intel? - url "https://github.com/miniscruff/changie/releases/download/v1.7.0/changie_1.7.0_linux_amd64.tar.gz" - sha256 "92519b7439bbfa544070c36514ee23fc80f0717b19d38463fbc1a479aba5651d" + url "https://github.com/miniscruff/changie/releases/download/v1.8.0/changie_1.8.0_linux_amd64.tar.gz" + sha256 "7945e0a04ddf076a2a13f2082c4bce543576955a6101002a4b57c34b415a6837" def install bin.install "changie" end end if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - url "https://github.com/miniscruff/changie/releases/download/v1.7.0/changie_1.7.0_linux_arm64.tar.gz" - sha256 "97ba5ef818ccb7fc4717cf4cd90e3cf5fc11cc0d4e041d00cb566d367f0b1ce5" + url "https://github.com/miniscruff/changie/releases/download/v1.8.0/changie_1.8.0_linux_arm64.tar.gz" + sha256 "8e23c5afad0d2c34aa643bc89326b06be96c47da25210df262397c7dacbb6afd" def install bin.install "changie"