summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2021-02-15 08:58:40 +0100
committerDaniel Milde2021-02-15 08:58:40 +0100
commit6f36c6a6109330864044d13144ad39f45bdb09c0 (patch)
tree270d99937ef423a067929c0ec4103b61f575c475
parent50f0c11d158475d79256c76df8d3115f525df649 (diff)
downloadaur-6f36c6a6109330864044d13144ad39f45bdb09c0.tar.gz
4.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31eaea900a3..0ff1733e00d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gdu-bin
pkgdesc = Fast disk usage analyzer
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/Dundee/gdu
arch = x86_64
license = MIT
conflicts = gdu
conflicts = gdu-git
- source = gdu-bin-4.6.0.tgz::https://github.com/dundee/gdu/releases/download/v4.6.0/gdu_linux_amd64.tgz
- sha256sums = e105fff2071be1d4305ff2d5a5655f8580d9ac6c1364799e2c34d7fd0a8761d0
+ source = gdu-bin-4.6.1.tgz::https://github.com/dundee/gdu/releases/download/v4.6.1/gdu_linux_amd64.tgz
+ sha256sums = 35539ee74eba94a41c4889865b232343bb40120e7997c1d519ac2dd798ff7efd
pkgname = gdu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 45e7ff09ae4e..1709edafd9f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Milde <daniel@milde.cz>
pkgname=gdu-bin
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
license=('MIT')
pkgdesc="Fast disk usage analyzer"
@@ -9,7 +9,7 @@ conflicts=(gdu gdu-git)
arch=('x86_64')
url="https://github.com/Dundee/gdu"
source=("${pkgname}-${pkgver}.tgz::https://github.com/dundee/gdu/releases/download/v${pkgver}/gdu_linux_amd64.tgz")
-sha256sums=('e105fff2071be1d4305ff2d5a5655f8580d9ac6c1364799e2c34d7fd0a8761d0')
+sha256sums=('35539ee74eba94a41c4889865b232343bb40120e7997c1d519ac2dd798ff7efd')
package() {
cd "$srcdir"