summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2023-05-26 08:09:22 +0200
committerFelix Kauselmann2023-05-26 08:09:22 +0200
commitd596bca19bacc4212f22f1392bb95d3f34215c49 (patch)
treebf4bbbbb142d7c7d8f256499451fb3c0f55f5bf9
parent9f7571bc0b1f386067338e38aedc303942c4ea9a (diff)
downloadaur-airdcpp-webclient.tar.gz
Update to v2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63088f0108e3..d40a49c87453 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.4
+ pkgver = 2.12.1
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.4.tar.gz
- md5sums = 3bc21f30c66971c1d15ece24989498ba
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.12.1.tar.gz
+ md5sums = bb60490919e1ed6c1b45d1b469ae731e
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 898937627ec1..fbe748231d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.11.4
+pkgver=2.12.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=('3bc21f30c66971c1d15ece24989498ba')
+md5sums=('bb60490919e1ed6c1b45d1b469ae731e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"