From 9b273fd95a9d103224b5e6eb0dc68e08da8e5955 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sun, 31 Jul 2022 05:53:43 +0800 Subject: [PATCH] libtorrent-rasterbar: migrate to python@3.10 --- Formula/libtorrent-rasterbar.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/libtorrent-rasterbar.rb b/Formula/libtorrent-rasterbar.rb index 39aa0de591f5e..e6324556e21a0 100644 --- a/Formula/libtorrent-rasterbar.rb +++ b/Formula/libtorrent-rasterbar.rb @@ -4,6 +4,7 @@ class LibtorrentRasterbar < Formula url "https://github.com/arvidn/libtorrent/releases/download/v2.0.7/libtorrent-rasterbar-2.0.7.tar.gz" sha256 "3850a27aacb79fcc4d352c1f02a7a59e0e8322afdaa1f5d58d676c02edfcfa36" license "BSD-3-Clause" + revision 1 head "https://github.com/arvidn/libtorrent.git", branch: "RC_2_0" livecheck do @@ -24,7 +25,7 @@ class LibtorrentRasterbar < Formula depends_on "boost" depends_on "boost-python3" depends_on "openssl@1.1" - depends_on "python@3.9" + depends_on "python@3.10" conflicts_with "libtorrent-rakshasa", because: "they both use the same libname"