summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36fe0db77dbf..59a2bb2603d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: David Vachulka <archdvx@dxsolutions.org>
pkgname=wxdfast
-pkgver=0.70.3
+pkgver=0.70.4
pkgrel=1
pkgdesc="Multithread download manager"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('wxgtk3' 'aria2' 'openssl')
makedepends=('cmake')
install=${pkgname}.install
source=(https://github.com/archdvx/wxdfast/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('bb8a7a88417b563e4b515a966a7c1127')
+md5sums=('f92fb9cad33f0909fda5552735b3bc87')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"