summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2020-12-07 09:52:09 +0100
committerFelix Kauselmann2020-12-07 09:52:09 +0100
commit79b8ceaf5952a26140d9bbd8ef8074d1e0c62bfe (patch)
tree7d597b598bd3431b66d732bca4d28c2c7273ce36
parent976f82e61c299cd9cb3e3d291e34ace54a3beb42 (diff)
downloadaur-79b8ceaf5952a26140d9bbd8ef8074d1e0c62bfe.tar.gz
Update to v2.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2d2f0ef852..35ec18cb53ea 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.9.0
+ pkgver = 2.10.0
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.9.0.tar.gz
- md5sums = 85cd9f215ad34f4b087c72130f752bb2
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.10.0.tar.gz
+ md5sums = 2ccf00965ee2eae9a5b3706f863fa602
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 374fa1834abb..af5ffd54ee10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.9.0
+pkgver=2.10.0
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=('85cd9f215ad34f4b087c72130f752bb2')
+md5sums=('2ccf00965ee2eae9a5b3706f863fa602')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"