From 6292fb4923d06e4b8ca641fcfcf8c2aa29f02f8e Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Thu, 9 Jan 2025 20:38:47 -0500 Subject: [PATCH] mat2 0.13.5 --- .github/autobump.txt | 1 + Formula/m/mat2.rb | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 9a5239c7d306f..f499870e24e00 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1969,6 +1969,7 @@ marksman marp-cli massdriver massren +mat2 matplotplusplus matterbridge maturin diff --git a/Formula/m/mat2.rb b/Formula/m/mat2.rb index 08a108db55873..6f9b5ad987741 100644 --- a/Formula/m/mat2.rb +++ b/Formula/m/mat2.rb @@ -3,10 +3,9 @@ class Mat2 < Formula desc "Metadata anonymization toolkit" homepage "https://0xacab.org/jvoisin/mat2" - url "https://files.pythonhosted.org/packages/d5/e4/f02d057fe6cf32b68e402c5f86276244105da40161e84ef785b2ae0bf809/mat2-0.13.4.tar.gz" - sha256 "744aeee924c9898a397fe930593b803c540389bf39cd24553b99a89acc2f5901" + url "https://files.pythonhosted.org/packages/ce/53/da9720bf3d8a3419e2d337ba0d12817c75578ada4ec1f161fc602dd2ed1d/mat2-0.13.5.tar.gz" + sha256 "d7e7c4f0f0cfcf8bd656f97919281d0c6207886d84bdfdbb192c152ebf91fe19" license "LGPL-3.0-or-later" - revision 1 bottle do rebuild 1 @@ -32,13 +31,6 @@ class Mat2 < Formula sha256 "719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99" end - # patch man1 file layout, remove in next release - # https://0xacab.org/jvoisin/mat2/-/merge_requests/111 - patch do - url "https://0xacab.org/jvoisin/mat2/-/commit/406924bb6164384fe0a8a8f3dc8dfe7d15577cfc.diff" - sha256 "4c1c57ca8fe1eabea41d66f3ef9bd4eb2bac8ac181fceeefece4b92b5be9658d" - end - def install virtualenv_install_with_resources end