summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2021-07-28 09:43:21 +0200
committerFelix Kauselmann2021-07-28 09:43:21 +0200
commit4355445701b4a70561fc6d0505a2819564608ca2 (patch)
tree8563fa9601e809b53fb4e28a7e6f645aac2ada9b
parentd3b8605dc0b129baa0a27ed8e6c1e53911382c8b (diff)
downloadaur-4355445701b4a70561fc6d0505a2819564608ca2.tar.gz
Update to v2.11.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7439baa53a6..a3bf18742ec7 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.0
+ pkgver = 2.11.1
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -19,8 +19,7 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.0.tar.gz
- md5sums = 193c540467a4c5513b98172d7fb7ece2
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.1.tar.gz
+ md5sums = 56023e6bb3e07edd88c0b5133768c094
pkgname = airdcpp-webclient
-
diff --git a/PKGBUILD b/PKGBUILD
index a9df240932ff..e5023d7b87bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.11.0
+pkgver=2.11.1
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=('193c540467a4c5513b98172d7fb7ece2')
+md5sums=('56023e6bb3e07edd88c0b5133768c094')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"