summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2021-09-21 17:48:24 +0200
committerFelix Kauselmann2021-09-21 17:48:24 +0200
commit45f1c68e47e2cc1fd09c3e9662e76e7bc51c4522 (patch)
tree567ea654b1a6069357357fc594054b55b233e2a6
parent4355445701b4a70561fc6d0505a2819564608ca2 (diff)
downloadaur-45f1c68e47e2cc1fd09c3e9662e76e7bc51c4522.tar.gz
Update to 2.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bf18742ec7..b6c5f04fd918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.11.1
+ pkgver = 2.11.2
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.1.tar.gz
- md5sums = 56023e6bb3e07edd88c0b5133768c094
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.2.tar.gz
+ md5sums = 0e9356956be53b41a0cb4e44033b7ec5
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index e5023d7b87bc..4164df6b02ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.11.1
+pkgver=2.11.2
pkgrel=1
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
@@ -12,7 +12,7 @@ url="https://github.com/airdcpp-web/${pkgname}"
depends=('miniupnpc' 'boost' 'libmaxminddb' 'leveldb' 'openssl' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
makedepends=('cmake' 'git' 'npm')
source=("https://github.com/airdcpp-web/airdcpp-webclient/archive/${pkgver}.tar.gz")
-md5sums=('56023e6bb3e07edd88c0b5133768c094')
+md5sums=('0e9356956be53b41a0cb4e44033b7ec5')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"