From 68407da6216dbe4aab8c59abfa0f0b3e81c0c63a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 12 Apr 2021 02:20:41 +0300 Subject: [PATCH] libtorrent-rasterbar: update to 1.2.13. Closes: #30172 [via git-merge-pr] --- srcpkgs/libtorrent-rasterbar/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 8cef116f9af..1fe9b88327c 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,8 +1,8 @@ # Template file for 'libtorrent-rasterbar' # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar -version=1.2.12 -revision=2 +version=1.2.13 +revision=1 build_style=cmake configure_args="-DCMAKE_CXX_STANDARD=11 -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=ON" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://libtorrent.org/" distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz" -checksum=c3744ac9fa41f6e6ebf79538a2ea678df76a2cbbaf3ac6ae2c05455314e5cce8 +checksum=976d2771ffcd564f08a63351e9c22e842aaa8cd29f6f7fe25d169c038a844e85 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dbuild_tests=ON"