summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2020-10-19 19:36:38 +0200
committerFelix Kauselmann2020-10-19 19:36:38 +0200
commit976f82e61c299cd9cb3e3d291e34ace54a3beb42 (patch)
tree827800d8a05203d830fe551a7884d2897a6f6da2
parentdbc66740a5e045ebd0a85aa8a60ae25b02445e25 (diff)
downloadaur-976f82e61c299cd9cb3e3d291e34ace54a3beb42.tar.gz
Update to v2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a820ff8b57a..9f2d2f0ef852 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.8.1
+ pkgver = 2.9.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.8.1.tar.gz
- md5sums = 0d6f9dde35a396e0186c8b251ad10f1f
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.9.0.tar.gz
+ md5sums = 85cd9f215ad34f4b087c72130f752bb2
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 6e44f7afc788..374fa1834abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.8.1
+pkgver=2.9.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=('0d6f9dde35a396e0186c8b251ad10f1f')
+md5sums=('85cd9f215ad34f4b087c72130f752bb2')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"