summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-30 11:42:14 -0600
committerMark Wagie2021-04-30 11:42:14 -0600
commitb2abec2f393bd7b395fcabb2530a43a235514e07 (patch)
tree112b8c8f18489af281320b374f317cfc12a15d5a
parent9e031d5817142e4a4c54b75a6ca5968f2c558d74 (diff)
downloadaur-b2abec2f393bd7b395fcabb2530a43a235514e07.tar.gz
2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a19585a5fa..eca4c36fd2fd 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.3.1
+ pkgver = 2.3.2
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.3.1.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.3.1.tar.gz
+ source = downzemall-2.3.2.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.3.2.tar.gz
source = downzemall.desktop
- sha256sums = b4fc3645bffce9313517f7d037451108fff64364ecaa3d422e755dbf558dca0f
+ sha256sums = 48d72182b5339f4314aab3dcda3f01d0708a1bda1a0c9ef8e80b36afcf26b34b
sha256sums = 3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff
pkgname = downzemall
diff --git a/PKGBUILD b/PKGBUILD
index 707b19e1d7a5..e1682149ef88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=2.3.1
+pkgver=2.3.2
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=('b4fc3645bffce9313517f7d037451108fff64364ecaa3d422e755dbf558dca0f'
+sha256sums=('48d72182b5339f4314aab3dcda3f01d0708a1bda1a0c9ef8e80b36afcf26b34b'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {