From cbcfeae3c8d7820bde3edc7b08118adb40398add Mon Sep 17 00:00:00 2001 From: klorophatu Date: Tue, 29 Jun 2021 11:22:14 +0300 Subject: [PATCH] libtorrent-rasterbar: update to 1.2.14. --- srcpkgs/libtorrent-rasterbar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 1fe9b88327c7..861805fd5ca3 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar -version=1.2.13 +version=1.2.14 revision=1 build_style=cmake configure_args="-DCMAKE_CXX_STANDARD=11 -Dbuild_examples=ON -Dbuild_tools=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=976d2771ffcd564f08a63351e9c22e842aaa8cd29f6f7fe25d169c038a844e85 +checksum=9e27bf359b45236d4490960faffc796528f3adbdea6aeb6881d39f310e27953f if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dbuild_tests=ON"