Skip to content

Commit dc87474

Browse files
committed
v5.2.1 Release
- Add Homebrew bottles.
1 parent de4c1ba commit dc87474

5 files changed

Lines changed: 16 additions & 69 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.1
2+
3+
- Add Homebrew bottles.
4+
15
## 5.2.0
26

37
- Add x86_64-unknown-linux-gnu binary.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "git-coauthor"
5-
version = "5.2.0"
5+
version = "5.2.1"
66
edition = "2021"
77
authors = ["Nick Dower <nicholasdower@gmail.com>"]
88

Formula/git-coauthor.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class GitCoauthor < Formula
22
desc "List or add Git coauthors"
33
homepage "https://github.com/nicholasdower/git-coauthor"
44
license "MIT"
5-
version "5.2.0"
5+
version "5.2.1"
66

7-
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.0/git-coauthor-5.2.0.tar.gz"
8-
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
7+
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.1/git-coauthor-5.2.1.tar.gz"
8+
sha256 "186d5719267bde3c64b93dd5e7f4833074918d2669a764e0e1279aee3663df52"
99

1010
bottle do
1111
rebuild 1
12-
root_url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.0/"
13-
sha256 cellar: :any, monterey: "ffc0f92960afd03582ead5dc999f87b986465275cd73213d46f8372ce5e71aad"
14-
sha256 cellar: :any, ventura: "ffc0f92960afd03582ead5dc999f87b986465275cd73213d46f8372ce5e71aad"
15-
sha256 cellar: :any, sonoma: "ffc0f92960afd03582ead5dc999f87b986465275cd73213d46f8372ce5e71aad"
16-
sha256 cellar: :any, arm64_sonoma: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
17-
sha256 cellar: :any, arm64_monterey: "ffc0f92960afd03582ead5dc999f87b986465275cd73213d46f8372ce5e71aad"
18-
sha256 cellar: :any, arm64_ventura: "ffc0f92960afd03582ead5dc999f87b986465275cd73213d46f8372ce5e71aad"
12+
root_url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.1/"
13+
sha256 cellar: :any, monterey: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
14+
sha256 cellar: :any, ventura: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
15+
sha256 cellar: :any, sonoma: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
16+
sha256 cellar: :any, arm64_sonoma: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
17+
sha256 cellar: :any, arm64_monterey: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
18+
sha256 cellar: :any, arm64_ventura: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
1919
end
2020

2121
depends_on "rust" => :build

man/git-coauthor.1

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)