T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtorrent
Commits:
a0f67031 by T.J. Townsend at 2025-01-01T09:55:22-05:00
upgpkg: 0.15.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libtorrent
pkgdesc = BitTorrent library with a focus on high performance and good
code
- pkgver = 0.15.0
+ pkgver = 0.15.1
pkgrel = 1
url = https://rakshasa.github.io/rtorrent/
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
makedepends = git
depends = openssl
- source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.15.0
- sha256sums =
aa465ac92c2ff573c7b760bad13ca8d39c158f9d33878b293889c7bb0ebb874a
+ source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.15.1
+ sha256sums =
8a8395a8a7042f4b3ec5b1b08f02cc44921bd1b10296f9cc5e7f17209d686cde
pkgname = libtorrent
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.15.0
+pkgver=0.15.1
pkgrel=1
pkgdesc='BitTorrent library with a focus on high performance and good code'
url='https://rakshasa.github.io/rtorrent/'
@@ -14,7 +14,7 @@ license=('GPL-2.0-only')
makedepends=('git')
depends=('openssl')
source=("git+https://github.com/rakshasa/libtorrent.git#tag=v${pkgver}")
-sha256sums=('aa465ac92c2ff573c7b760bad13ca8d39c158f9d33878b293889c7bb0ebb874a')
+sha256sums=('8a8395a8a7042f4b3ec5b1b08f02cc44921bd1b10296f9cc5e7f17209d686cde')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/a0f6703180587e0360385f3a5e000b9f0d9ffe97
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/a0f6703180587e0360385f3a5e000b9f0d9ffe97
You're receiving this email because of your account on gitlab.archlinux.org.