Skip to content

Commit

Permalink
libtorrent-rasterbar: migrate to python@3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored and BrewTestBot committed Aug 7, 2022
1 parent b41efb2 commit 9b273fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/libtorrent-rasterbar.rb
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 9b273fd

Please sign in to comment.