Skip to content

Commit

Permalink
Brew formula update for changie version v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 15, 2024
1 parent ec0d23a commit 150cd40
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.17.0"
version "1.18.0"
license "MIT"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/miniscruff/changie/releases/download/v1.17.0/changie_1.17.0_darwin_arm64.tar.gz"
sha256 "f12df8a88c2078c3dcb12361d55e3e3376df141b33bccfd351960bb2c146f43b"
url "https://github.com/miniscruff/changie/releases/download/v1.18.0/changie_1.18.0_darwin_arm64.tar.gz"
sha256 "1036665dff3dba08f82332d3cf43f42af43bdfcc4d7dad9b8500b80374a07a6b"

def install
bin.install "changie"
end
end
if Hardware::CPU.intel?
url "https://github.com/miniscruff/changie/releases/download/v1.17.0/changie_1.17.0_darwin_amd64.tar.gz"
sha256 "2192de0b8aa4711dc8a88422a41c7be31acac8add1d810476b491620f388c629"
url "https://github.com/miniscruff/changie/releases/download/v1.18.0/changie_1.18.0_darwin_amd64.tar.gz"
sha256 "9d1884343e20b311e6cf8e36868b8026b725b5799bee0d250fe4acf29dd1fa79"

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.17.0/changie_1.17.0_linux_amd64.tar.gz"
sha256 "50b69b436009097fb711733abad40e7a812c957fc278294989bcde7f7230c4b5"
url "https://github.com/miniscruff/changie/releases/download/v1.18.0/changie_1.18.0_linux_amd64.tar.gz"
sha256 "ea104b9ac31de58265bf8c688b763ea6cce78c51635668086b85654378afa690"

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.17.0/changie_1.17.0_linux_arm64.tar.gz"
sha256 "2628a2ce1bee932a2478a9080c4b964808d603e86841dbe690519d4a640b777c"
url "https://github.com/miniscruff/changie/releases/download/v1.18.0/changie_1.18.0_linux_arm64.tar.gz"
sha256 "0e34987860c3a44489a43546c7de9303d7b6e7b24e4e49192dcfb47b9e2ffc61"

def install
bin.install "changie"
Expand Down

0 comments on commit 150cd40

Please sign in to comment.