summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-06 18:03:24 -0600
committerMark Wagie2020-10-06 18:03:24 -0600
commit6f0a397c51d17bfff880eb667c3a9014909e480e (patch)
tree321dd20c0123c027f9dbbe96511d22b70a62e1c7
parent0743d92147fa4db8973b9c191ab0e81552c907c1 (diff)
downloadaur-6f0a397c51d17bfff880eb667c3a9014909e480e.tar.gz
2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b00c7656f2..7c56c2c6de4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = downzemall
pkgdesc = A mass download manager based on the Qt5 framework and written in C/C++
- pkgver = 2.0.8
+ pkgver = 2.1.0
pkgrel = 1
url = https://setvisible.github.io/DownZemAll
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = downzemall
depends = youtube-dl
optdepends = libnotify: desktop notifications
optdepends = libappindicator-gtk3: tray icon
- source = downzemall-2.0.8.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.0.8.tar.gz
+ source = downzemall-2.1.0.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.1.0.tar.gz
source = downzemall.desktop
- sha256sums = 7fdc653cfcd76f2416ee4901d8de5da07ad00b1497c91d2147fc0149fc855d71
+ sha256sums = 864cf423921428dd3dca7a9730900b878b340d7ce3452fe2145cc57701c73478
sha256sums = 3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff
pkgname = downzemall
diff --git a/PKGBUILD b/PKGBUILD
index 4e9cec919195..e309a0b7f27b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=2.0.8
+pkgver=2.1.0
pkgrel=1
pkgdesc="A mass download manager based on the Qt5 framework and written in C/C++"
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('libnotify: desktop notifications'
'libappindicator-gtk3: tray icon')
source=("$pkgname-$pkgver.tar.gz::https://github.com/setvisible/DownZemAll/archive/v$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('7fdc653cfcd76f2416ee4901d8de5da07ad00b1497c91d2147fc0149fc855d71'
+sha256sums=('864cf423921428dd3dca7a9730900b878b340d7ce3452fe2145cc57701c73478'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {