summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e32b2e29a29..7d2381c50374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxdfast
pkgdesc = Multithread download manager
- pkgver = 0.70.2
+ pkgver = 0.70.3
pkgrel = 1
url = https://wxdfast.dxsolutions.org
install = wxdfast.install
@@ -11,7 +11,7 @@ pkgbase = wxdfast
depends = wxgtk3
depends = aria2
depends = openssl
- source = https://github.com/archdvx/wxdfast/releases/download/v0.70.2/wxdfast-0.70.2.tar.gz
- md5sums = 1c1247b0169f5ed38472ea917286c7e8
+ source = https://github.com/archdvx/wxdfast/releases/download/v0.70.3/wxdfast-0.70.3.tar.gz
+ md5sums = bb8a7a88417b563e4b515a966a7c1127
pkgname = wxdfast
diff --git a/PKGBUILD b/PKGBUILD
index 9cf64bfc7a62..36fe0db77dbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: David Vachulka <archdvx@dxsolutions.org>
pkgname=wxdfast
-pkgver=0.70.2
+pkgver=0.70.3
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=('1c1247b0169f5ed38472ea917286c7e8')
+md5sums=('bb8a7a88417b563e4b515a966a7c1127')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"