Skip to content

Commit

Permalink
Merge pull request #183913 from Homebrew/bump-changie-1.20.0
Browse files Browse the repository at this point in the history
changie 1.20.0
  • Loading branch information
BrewTestBot authored Sep 8, 2024
2 parents 23638c5 + 11964a1 commit cc94af2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/changie.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Changie < Formula
desc "Automated changelog tool for preparing releases"
homepage "https://changie.dev/"
url "https://github.com/miniscruff/changie/archive/refs/tags/v1.19.1.tar.gz"
sha256 "66f4401e166c3d44821f616b2a34b15f06933c0c57530f5cf0ad313b11e1a3d9"
url "https://github.com/miniscruff/changie/archive/refs/tags/v1.20.0.tar.gz"
sha256 "fe6bd230358d0dcb9bb98ed376483732427fb94d747a5062cbf65f148dec6920"
license "MIT"
head "https://github.com/miniscruff/changie.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad13d74cfb333a01d404616b2bf4d0dfde2cc2b5399e1d6575aba46598932115"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4bc2763c5b3d03a36a4eb256dbe8d88993d87954132ead788cac91d9a59f2f4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0bc951b73714888fb34f55e5e8925b65121bb4856a3f615ee986d34a3fe4f2b8"
sha256 cellar: :any_skip_relocation, sonoma: "a2c6b25c44600878b3322963c79bf4f7adcfc5f888b45ad360dabd52a70dd786"
sha256 cellar: :any_skip_relocation, ventura: "441b7b22b0c18fd8bb6b1af14779ed8db1deeeafd0de19da853d12969a195a17"
sha256 cellar: :any_skip_relocation, monterey: "a3247e4f6af8bb9fff54a215c87d50cb0ec22298f0ce6ca75e029aba82b0cdfb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd29b8f1d68391f8d97ed9282e3f29ed1ea908f9683b88ca8c55cb7939480102"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62124bde4dee243fcc4d18770cf22b818db2d2c1e90dd9aec3ca88a29e62af5b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "62124bde4dee243fcc4d18770cf22b818db2d2c1e90dd9aec3ca88a29e62af5b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "62124bde4dee243fcc4d18770cf22b818db2d2c1e90dd9aec3ca88a29e62af5b"
sha256 cellar: :any_skip_relocation, sonoma: "f35a78c9b1fd44a3f61adab233d9434b6ee73cad036d5fc348cf74f100944aa9"
sha256 cellar: :any_skip_relocation, ventura: "f35a78c9b1fd44a3f61adab233d9434b6ee73cad036d5fc348cf74f100944aa9"
sha256 cellar: :any_skip_relocation, monterey: "f35a78c9b1fd44a3f61adab233d9434b6ee73cad036d5fc348cf74f100944aa9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7c282417afa2f9c3b63544c26f6e6df45af868b691bb2f7d241da02b0b1eb3a"
end

depends_on "go" => :build
Expand Down

0 comments on commit cc94af2

Please sign in to comment.