Skip to content

Commit

Permalink
Brew formula update for changie version v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jun 21, 2022
1 parent 0fdea6b commit c5e57ed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions changie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c5e57ed

Please sign in to comment.