summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-18 08:21:31 -0600
committerMark Wagie2021-06-18 08:21:31 -0600
commit8a012db459097ba352536cc4456981fa26e80280 (patch)
treecae510adc382723cca44ae8bb30127ca83f2bee8
parent10b62ff167ed97131e386ff4e26cdd7a3e699681 (diff)
downloadaur-8a012db459097ba352536cc4456981fa26e80280.tar.gz
2.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab9496292a65..9c1b81a4511f 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.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://setvisible.github.io/DownZemAll
arch = x86_64
@@ -12,10 +12,9 @@ pkgbase = downzemall
depends = youtube-dl
optdepends = libnotify: desktop notifications
optdepends = libappindicator-gtk3: tray icon
- source = downzemall-2.4.1.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.4.1.tar.gz
+ source = downzemall-2.4.2.tar.gz::https://github.com/setvisible/DownZemAll/archive/v2.4.2.tar.gz
source = downzemall.desktop
- sha256sums = c0d84299f503077bcfe4de006484e9cba60977e80153550a27ca0aae75722118
+ sha256sums = 7edccd97004b44480d3a534e0d1bfd77adf52ba864e919e05a4ef50a0d382ad7
sha256sums = 3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff
pkgname = downzemall
-
diff --git a/PKGBUILD b/PKGBUILD
index 9afff309486d..3d58fd099cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=2.4.1
+pkgver=2.4.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=('c0d84299f503077bcfe4de006484e9cba60977e80153550a27ca0aae75722118'
+sha256sums=('7edccd97004b44480d3a534e0d1bfd77adf52ba864e919e05a4ef50a0d382ad7'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {