T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtorrent
Commits:
c1b7bc83 by T.J. Townsend at 2025-09-05T10:22:59-04:00
upgpkg: 0.16.0-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.15.6
+ pkgver = 0.16.0
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.15.6
- sha256sums =
4f86342866b65048993633c987cdf56d24f3138c5050e2418a3bbbb2890000bf
+ source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.0
+ sha256sums =
974042a774bd6f6302add525def12225c2bacd98e8c09553d30ffd61b5e482b8
pkgname = libtorrent
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.15.6
+pkgver=0.16.0
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=('4f86342866b65048993633c987cdf56d24f3138c5050e2418a3bbbb2890000bf')
+sha256sums=('974042a774bd6f6302add525def12225c2bacd98e8c09553d30ffd61b5e482b8')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/c1b7bc83b2ac58605623847879ef53d0702df868
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/c1b7bc83b2ac58605623847879ef53d0702df868
You're receiving this email because of your account on gitlab.archlinux.org.