summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-29 10:15:40 -0600
committerMark Wagie2021-04-29 10:15:40 -0600
commit9e031d5817142e4a4c54b75a6ca5968f2c558d74 (patch)
tree1de724cea0f55fd16dc0e64dfd35654a338f2a97
parent8f44f9f0cfd5bcdf7fb04557547f5c25eb9cd56e (diff)
downloadaur-9e031d5817142e4a4c54b75a6ca5968f2c558d74.tar.gz
2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e12dbb615b..67a19585a5fa 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.0
+ pkgver = 2.3.1
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.0.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.3.0.tar.gz
+ source = downzemall-2.3.1.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.3.1.tar.gz
source = downzemall.desktop
- sha256sums = eb8c1130bad435b6d62e1e5ec489f409d3c987a6b0b4bd302018c9734dca8a47
+ sha256sums = b4fc3645bffce9313517f7d037451108fff64364ecaa3d422e755dbf558dca0f
sha256sums = 3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff
pkgname = downzemall
diff --git a/PKGBUILD b/PKGBUILD
index 78e46fa49eb9..707b19e1d7a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=2.3.0
+pkgver=2.3.1
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=('eb8c1130bad435b6d62e1e5ec489f409d3c987a6b0b4bd302018c9734dca8a47'
+sha256sums=('b4fc3645bffce9313517f7d037451108fff64364ecaa3d422e755dbf558dca0f'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {