Skip to content

Commit f682931

Browse files
authored
Merge pull request #251332 from Homebrew/bump-reuse-6.2.0
reuse 6.2.0
2 parents 99d24d3 + 157bf0a commit f682931

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

Formula/r/reuse.rb

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

44
desc "Tool for copyright and license recommendations"
55
homepage "https://reuse.software"
6-
url "https://files.pythonhosted.org/packages/76/b0/ffd3a8978504763982db4735b7d87fc16b57f4b511c49a38ca25a7cb9ad3/reuse-6.1.2.tar.gz"
7-
sha256 "6019a75f4ca18ad5b2506e0f3ec1b926b27ba6cdc9da88492e7fc65e3ff12c39"
6+
url "https://files.pythonhosted.org/packages/05/35/298d9410b3635107ce586725cdfbca4c219c08d77a3511551f5e479a78db/reuse-6.2.0.tar.gz"
7+
sha256 "4feae057a2334c9a513e6933cdb9be819d8b822f3b5b435a36138bd218897d23"
88
license all_of: [
99
"GPL-3.0-or-later",
1010
"CC-BY-SA-4.0",
@@ -14,15 +14,14 @@ class Reuse < Formula
1414
head "https://github.com/fsfe/reuse-tool.git", branch: "main"
1515

1616
bottle do
17-
rebuild 1
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3c7e5c081299f2dd99f9cded9533b1d98339ade2673b0fa8c28b095eeacb9361"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28e31ac3a0ee28ecbb84930ca144f59133378bbf9f3b5d199ec615d014597c6e"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a281177f4bf74c2534f5c1350c4c8a1ebab59d8d23c43540b1498df5abdd0784"
21-
sha256 cellar: :any_skip_relocation, tahoe: "a60277164c86579bca503ba8322549189f99f507860ef7bdf94b5c954ef87309"
22-
sha256 cellar: :any_skip_relocation, sequoia: "b54e219e36a2c5f093c7c2670e6e69dc45604f01d7c7c44f3d444609dd363949"
23-
sha256 cellar: :any_skip_relocation, sonoma: "9a8552c732cb24fbd5005fd9f128fefd585146797078c809d548f988eb35b0be"
24-
sha256 cellar: :any_skip_relocation, arm64_linux: "7dd1d69e6c909adff9279a409da8db1d0d71916ced211d6b18904722247bec51"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "14d0ae994487a1048854811fdf7604e9758bd19794b2ee8317e0c39d69d51773"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b0c54095d67e082855143d97b642e9912f59182e89d082f6a69cd649afca0d82"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9648e3d0ae7497eb247f4a461602f1f7f6a876bc18f724eea8d314cc0fc75e1b"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "327e52d1a950d585a5cd0a3def3ddc7f8f5ef87857bc681ac9777dddcc8c260e"
20+
sha256 cellar: :any_skip_relocation, tahoe: "38fdf43c2bb803c2a4ebadada4e3af205d2119f3e17e0c68ff0fbd998586ddc4"
21+
sha256 cellar: :any_skip_relocation, sequoia: "27707a68325827425ec1cdd5f1d48bec63f7a84d2d5f66252b962b72c87b1824"
22+
sha256 cellar: :any_skip_relocation, sonoma: "389a80a6fbc3cfc0c2b610a125af1752cf3e9daf6b4a398c6f46a57b5d03c95c"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "1eb816b024f2264daffcf5e2cd000c5087ebc15254fa4016538d7a563c9d8d94"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e41b6ec378751332431d99ae9947c34451c4b82768d7105710f0acce38c0602"
2625
end
2726

2827
depends_on "[email protected]"
@@ -38,8 +37,8 @@ class Reuse < Formula
3837
end
3938

4039
resource "charset-normalizer" do
41-
url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924/charset_normalizer-3.4.3.tar.gz"
42-
sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14"
40+
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
41+
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
4342
end
4443

4544
resource "click" do
@@ -78,6 +77,10 @@ class Reuse < Formula
7877
end
7978

8079
def install
80+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
81+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
82+
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
83+
8184
virtualenv_install_with_resources
8285

8386
generate_completions_from_executable(bin/"reuse", shell_parameter_format: :click)

0 commit comments

Comments
 (0)