Skip to content

Commit 7c5bd65

Browse files
authored
Merge pull request #203790 from Homebrew/bump-mat2-0.13.5
mat2 0.13.5
2 parents 702c376 + 8443b97 commit 7c5bd65

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,6 +1969,7 @@ marksman
19691969
marp-cli
19701970
massdriver
19711971
massren
1972+
mat2
19721973
matplotplusplus
19731974
matterbridge
19741975
maturin

Formula/m/mat2.rb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@ class Mat2 < Formula
33

44
desc "Metadata anonymization toolkit"
55
homepage "https://0xacab.org/jvoisin/mat2"
6-
url "https://files.pythonhosted.org/packages/d5/e4/f02d057fe6cf32b68e402c5f86276244105da40161e84ef785b2ae0bf809/mat2-0.13.4.tar.gz"
7-
sha256 "744aeee924c9898a397fe930593b803c540389bf39cd24553b99a89acc2f5901"
6+
url "https://files.pythonhosted.org/packages/ce/53/da9720bf3d8a3419e2d337ba0d12817c75578ada4ec1f161fc602dd2ed1d/mat2-0.13.5.tar.gz"
7+
sha256 "d7e7c4f0f0cfcf8bd656f97919281d0c6207886d84bdfdbb192c152ebf91fe19"
88
license "LGPL-3.0-or-later"
9-
revision 1
109

1110
bottle do
12-
rebuild 1
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
16-
sha256 cellar: :any_skip_relocation, sonoma: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
17-
sha256 cellar: :any_skip_relocation, ventura: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3186ddb81c91afdd65c6c3fbc63ea467b15c55b35bcfc8d239362aa6a8bc3af"
11+
sha256 cellar: :any_skip_relocation, all: "7b534040135d940e613435f419dd0556e98b876b3ff9364d67dc001ac3412ec7"
1912
end
2013

2114
depends_on "exiftool"
@@ -32,13 +25,6 @@ class Mat2 < Formula
3225
sha256 "719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99"
3326
end
3427

35-
# patch man1 file layout, remove in next release
36-
# https://0xacab.org/jvoisin/mat2/-/merge_requests/111
37-
patch do
38-
url "https://0xacab.org/jvoisin/mat2/-/commit/406924bb6164384fe0a8a8f3dc8dfe7d15577cfc.diff"
39-
sha256 "4c1c57ca8fe1eabea41d66f3ef9bd4eb2bac8ac181fceeefece4b92b5be9658d"
40-
end
41-
4228
def install
4329
virtualenv_install_with_resources
4430
end

0 commit comments

Comments
 (0)