Skip to content

Commit e7277dc

Browse files
authored
Merge pull request #207123 from Homebrew/bump-bump-my-version-0.32.1
bump-my-version 0.32.1
2 parents 37dc8a7 + 3405657 commit e7277dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/bump-my-version.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class BumpMyVersion < Formula
33

44
desc "Version bump your Python project"
55
homepage "https://callowayproject.github.io/bump-my-version/"
6-
url "https://files.pythonhosted.org/packages/e7/8b/72f0cd91ca6e296b71b05d39fcfbcf365eebaa5679a863ce7bb4d9d8aad7/bump_my_version-0.32.0.tar.gz"
7-
sha256 "e8d964d13ba3ab6c090a872d0b5094ecf8df7ae8052b09288ace00fc6647df27"
6+
url "https://files.pythonhosted.org/packages/04/5c/ed627df6d8220193392a149973db1e97e7e57a1319534a651b06319b5e29/bump_my_version-0.32.1.tar.gz"
7+
sha256 "cb537096cba01a2832972902bfff9e0e0d6e8f8dc9fe31c742096a331262e2aa"
88
license "MIT"
99
head "https://github.com/callowayproject/bump-my-version.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "a9aae765ab730d766e5972cedbe32ace28a66b116448d312897279c640471d16"
13-
sha256 cellar: :any, arm64_sonoma: "0685ecf2e1a0cd4817fadcf0e01831351722b9e900c6752e1de958223cb070cb"
14-
sha256 cellar: :any, arm64_ventura: "05626726e3693bf325f1114862bcdb9de5978d7aeeb34088602a8cfdc7ee9dfc"
15-
sha256 cellar: :any, sonoma: "685d262be420422293184561bb03de24ad0c442d6ab9edb68e4f8487caca6ccd"
16-
sha256 cellar: :any, ventura: "cff71e1068bf1453f459befe294692db5ecee95ec26b69883a37a45ea20208ab"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b781526f2ea3f663a04e718926c9619a70ee52c358518086f628c75d74184e27"
12+
sha256 cellar: :any, arm64_sequoia: "942c15da5b772d3abc03687677cd5e5343fee1bf8adf0cd2e8695712a81b5a12"
13+
sha256 cellar: :any, arm64_sonoma: "e9b86970a92f119c74e88dcd679483fba943d2a872c578c095226840b1025eb1"
14+
sha256 cellar: :any, arm64_ventura: "980cb10409205e0bd81db2216b32a763a18551523e351ef2108e3a4b4054e09e"
15+
sha256 cellar: :any, sonoma: "66082f48b4559473f40b33ddc820a631c863a5a484cee58e84a3d36477329cf0"
16+
sha256 cellar: :any, ventura: "802a406b51c53e54253dcf6d82e5445bb9331d15a602dc43d5be28ed956cd258"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dcf6b473c706b47c1898f9c62014ef1ed6883b2a2a7a85079c428e806914c338"
1818
end
1919

2020
depends_on "rust" => :build # for pydantic_core

0 commit comments

Comments
 (0)