* update libtorrent-rasterbar to 1:2.0.11-1

This commit is contained in:
Alexander Baldeck 2025-02-04 13:39:25 +01:00
parent 75084094f3
commit ba3de2723a
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libtorrent-rasterbar
pkgdesc = A C++ BitTorrent library that aims to be a good alternative to all the other implementations around
pkgver = 2.0.10
pkgrel = 4
pkgver = 2.0.11
pkgrel = 1
epoch = 1
url = https://www.rasterbar.com/products/libtorrent/
arch = x86_64
@ -17,9 +17,9 @@ pkgbase = libtorrent-rasterbar
depends = boost-libs
depends = openssl
options = !emptydirs
source = https://github.com/arvidn/libtorrent/releases/download/v2.0.10/libtorrent-rasterbar-2.0.10.tar.gz
source = https://github.com/arvidn/libtorrent/releases/download/v2.0.11/libtorrent-rasterbar-2.0.11.tar.gz
source = fortify-source-3.patch
sha512sums = a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee
sha512sums = 756fb24c44b5dcf22d0bbc06a812abc28be7388a409e577c71fb02b1ca3005040947244c0ae83bd3388264dd518119736b869397fedd7bdbcd60699b04a19969
sha512sums = 0687883a84f4395afaa824f5a2a9ee5366d654d84f546045b202297084ff24c445e4b95e92df63a8d9d2cd28cbd665933f3c649de91ab13334507f7a7d2c3c5d
pkgname = libtorrent-rasterbar

View File

@ -4,8 +4,8 @@
# Contributor: Hugo Doria <hugo@archlinux.org>
pkgname=libtorrent-rasterbar
pkgver=2.0.10
pkgrel=4
pkgver=2.0.11
pkgrel=1
epoch=1
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
url="https://www.rasterbar.com/products/libtorrent/"
@ -16,7 +16,7 @@ makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
options=('!emptydirs')
source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
fortify-source-3.patch)
sha512sums=('a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee'
sha512sums=('756fb24c44b5dcf22d0bbc06a812abc28be7388a409e577c71fb02b1ca3005040947244c0ae83bd3388264dd518119736b869397fedd7bdbcd60699b04a19969'
'0687883a84f4395afaa824f5a2a9ee5366d654d84f546045b202297084ff24c445e4b95e92df63a8d9d2cd28cbd665933f3c649de91ab13334507f7a7d2c3c5d')
prepare() {