summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2023-05-22 10:05:48 +0000
committerHanabishi2023-05-22 10:05:48 +0000
commitae607bee0d681a5e2f5ca346c6769b1f6397ef09 (patch)
treee8e587572b6cb1fbe17075d8dd9b14c9ead15333 /PKGBUILD
parentf9d24bec8094412c5f229d0751711e15fd6d7460 (diff)
downloadaur-ae607bee0d681a5e2f5ca346c6769b1f6397ef09.tar.gz
New version (1.2.19)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}" \