summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2023-05-22 10:05:48 +0000
committerHanabishi2023-05-22 10:05:48 +0000
commitae607bee0d681a5e2f5ca346c6769b1f6397ef09 (patch)
treee8e587572b6cb1fbe17075d8dd9b14c9ead15333
parentf9d24bec8094412c5f229d0751711e15fd6d7460 (diff)
downloadaur-ae607bee0d681a5e2f5ca346c6769b1f6397ef09.tar.gz
New version (1.2.19)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a754a9d3253d..5b37ecf02e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtorrent-rasterbar-1
pkgdesc = Open source C++ library implementing the BitTorrent protocol.
- pkgver = 1.2.18
- pkgrel = 2
+ pkgver = 1.2.19
+ pkgrel = 1
url = https://libtorrent.org/
arch = x86_64
license = BSD
@@ -9,10 +9,10 @@ pkgbase = libtorrent-rasterbar-1
makedepends = boost
depends = boost-libs
depends = openssl
- provides = libtorrent-rasterbar=1.2.18
+ provides = libtorrent-rasterbar=1.2.19
conflicts = libtorrent-rasterbar
options = !emptydirs
- source = libtorrent-1.2.18.tar.gz::https://github.com/arvidn/libtorrent/archive/v1.2.18.tar.gz
- sha256sums = c4213bfb695db3e3b266be71865a7942f9007200aa4021946818fdc5e5e4a3d3
+ source = libtorrent-1.2.19.tar.gz::https://github.com/arvidn/libtorrent/archive/v1.2.19.tar.gz
+ sha256sums = c09c3f13dd6462d6ef0a5d1780ed0f73b504fcfbbdb5c6cad2cfad05daea50ba
pkgname = libtorrent-rasterbar-1
diff --git a/PKGBUILD b/PKGBUILD
index 390485619ce9..a64fd9dd4642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_name=libtorrent-rasterbar
pkgname=${_name}-1
-pkgver=1.2.18
-pkgrel=2
+pkgver=1.2.19
+pkgrel=1
pkgdesc="Open source C++ library implementing the BitTorrent protocol."
url="https://libtorrent.org/"
arch=('x86_64')
@@ -16,7 +16,7 @@ _repo='libtorrent'
_snapshot="${_repo}-${pkgver}"
source=("${_snapshot}.tar.gz::https://github.com/arvidn/${_repo}/archive/v${pkgver}.tar.gz")
-sha256sums=('c4213bfb695db3e3b266be71865a7942f9007200aa4021946818fdc5e5e4a3d3')
+sha256sums=('c09c3f13dd6462d6ef0a5d1780ed0f73b504fcfbbdb5c6cad2cfad05daea50ba')
build() {
cmake -B "build" -S "${_snapshot}" \