Skip to content

Commit 146fffc

Browse files
authored
Merge pull request #254818 from Homebrew/bump-changie-1.23.0
changie 1.23.0
2 parents a118a7d + 16e46a9 commit 146fffc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/c/changie.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Changie < Formula
22
desc "Automated changelog tool for preparing releases"
33
homepage "https://changie.dev/"
4-
url "https://github.com/miniscruff/changie/archive/refs/tags/v1.22.1.tar.gz"
5-
sha256 "da365f000aacf5cfc19cfa7bf42cb2751a16722ddc237755bcbccb21ac39de46"
4+
url "https://github.com/miniscruff/changie/archive/refs/tags/v1.23.0.tar.gz"
5+
sha256 "bf388bd45674ff25bd96ebeb42f5509b2a5a37495d0e44c5d14b5d9580903c6f"
66
license "MIT"
77
head "https://github.com/miniscruff/changie.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "415b25229f2f6001643104bb38e88a5b6d69f21edd51a3f272fba466b44426ed"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c2054b5806ebaa4c334630133fc4dfd9c4220a86580236d18e4b047b6eef5e3"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c2054b5806ebaa4c334630133fc4dfd9c4220a86580236d18e4b047b6eef5e3"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c2054b5806ebaa4c334630133fc4dfd9c4220a86580236d18e4b047b6eef5e3"
14-
sha256 cellar: :any_skip_relocation, sonoma: "5368c47524415aa9e4e26e54957479396c530ddefd197b9b0b1d40718e80ff03"
15-
sha256 cellar: :any_skip_relocation, ventura: "5368c47524415aa9e4e26e54957479396c530ddefd197b9b0b1d40718e80ff03"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "540829d6fb7e6eb0cb2a12367505dfc522866be46ec513f94ce5663a9b4a6959"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b73b899d74730298d81313dd97bbc2e68a6ca234bcd10c0781023b9d5cf683be"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d87d70ab4326dd172d9759d8003961be0954a9d91710508e9b0e5e3bf5d4a177"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d87d70ab4326dd172d9759d8003961be0954a9d91710508e9b0e5e3bf5d4a177"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d87d70ab4326dd172d9759d8003961be0954a9d91710508e9b0e5e3bf5d4a177"
13+
sha256 cellar: :any_skip_relocation, sonoma: "fefb9a044c62f902141842cd069cd656f270c39543490af4be4440889ed080e7"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "bdfe72441e7e434762108d468219fd92f46b113f9d53d87ab809a66c660cd216"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6746c1d58ffdc00d2a6eb3182993d65b6a73204b8a67df18faded638866aa1cc"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)