T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtorrent
Commits:
5fe762b6 by T.J. Townsend at 2025-10-16T10:15:50-04:00
upgpkg: 0.16.1-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.0
+ pkgver = 0.16.1
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.0
- sha256sums =
974042a774bd6f6302add525def12225c2bacd98e8c09553d30ffd61b5e482b8
+ source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.1
+ sha256sums =
5aa0add16a6b24c5e6a18d6f83b025b79788c2ea89493ed0c1116b8ec3dd1494
pkgname = libtorrent
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.16.0
+pkgver=0.16.1
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=('974042a774bd6f6302add525def12225c2bacd98e8c09553d30ffd61b5e482b8')
+sha256sums=('5aa0add16a6b24c5e6a18d6f83b025b79788c2ea89493ed0c1116b8ec3dd1494')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/5fe762b6c15370496b225e23ed1909e2ca795d8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/5fe762b6c15370496b225e23ed1909e2ca795d8c
You're receiving this email because of your account on gitlab.archlinux.org.