T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtorrent
Commits:
24f4642e by T.J. Townsend at 2025-11-21T10:22:15-05:00
upgpkg: 0.16.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libtorrent
pkgdesc = BitTorrent library with a focus on high performance
- pkgver = 0.16.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://rakshasa.github.io/rtorrent/
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
depends = openssl
- source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.2
- sha256sums =
93a8096668cb9ca7209ab051c09b47bdae63beaaedc997e829c9529c37c41d27
+ source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.3
+ sha256sums =
3037d2866c16408c938d9e5ae56eb1bffb651ec1d2c7d4422bd7dc4143739f43
pkgname = libtorrent
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc='BitTorrent library with a focus on high performance'
url='https://rakshasa.github.io/rtorrent/'
@@ -15,7 +15,7 @@ license=('GPL-2.0-or-later')
makedepends=('git')
depends=('openssl')
source=("git+https://github.com/rakshasa/libtorrent.git#tag=v${pkgver}")
-sha256sums=('93a8096668cb9ca7209ab051c09b47bdae63beaaedc997e829c9529c37c41d27')
+sha256sums=('3037d2866c16408c938d9e5ae56eb1bffb651ec1d2c7d4422bd7dc4143739f43')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/24f4642ec5b6bfd7d167091a0123f91ef123c7b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/24f4642ec5b6bfd7d167091a0123f91ef123c7b7
You're receiving this email because of your account on gitlab.archlinux.org.