summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2020-12-20 10:17:12 +0100
committerFelix Kauselmann2020-12-20 10:17:12 +0100
commit378e1cf04a00980187085172a99e5e42f9114504 (patch)
tree9af73ef2dbb1c8f2699c6b5ce1d82f68b2e3d5ab
parent79b8ceaf5952a26140d9bbd8ef8074d1e0c62bfe (diff)
downloadaur-378e1cf04a00980187085172a99e5e42f9114504.tar.gz
Update to 2.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ec18cb53ea..327e99ca37c2 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.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.10.0.tar.gz
- md5sums = 2ccf00965ee2eae9a5b3706f863fa602
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.10.1.tar.gz
+ md5sums = 8c95246fb40a304d1510b7935e89ff6a
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index af5ffd54ee10..250201750bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.10.0
+pkgver=2.10.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=('2ccf00965ee2eae9a5b3706f863fa602')
+md5sums=('8c95246fb40a304d1510b7935e89ff6a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"