summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-14 18:17:50 +0200
committerGoliathLabs2020-06-14 18:17:50 +0200
commit0d777adf00437b4f2ae818979a27c172c0b59189 (patch)
tree41dbcd38d7424fad91073cbcaf64564585f30ec7
parentedcd32ac5e8cc7478ec82bda0bb408c6964e2961 (diff)
downloadaur-dua-cli-bin.tar.gz
Updated: 2.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907bb7de96b1..af4713d60ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dua-cli-bin
pkgdesc = A tool to conveniently learn about the disk usage of directories, fast!
- pkgver = 2.3.9
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/Byron/dua-cli
arch = x86_64
license = MIT
provides = dua-cli
conflicts = dua-cli
- source = https://github.com/Byron/dua-cli/releases/download/v2.3.9/dua-v2.3.9-x86_64-unknown-linux-musl.tar.gz
- source = https://github.com/Byron/dua-cli/archive/v2.3.9.tar.gz
- md5sums = 33007833df89ff1727443782d7286c97
- md5sums = 3def7b07ae21d880971e713ec32003e9
+ source = https://github.com/Byron/dua-cli/releases/download/v2.6.1/dua-v2.6.1-x86_64-unknown-linux-musl.tar.gz
+ source = https://github.com/Byron/dua-cli/archive/v2.6.1.tar.gz
+ sha256sums = 2324a23375788ac09005ae6577b44218
+ sha256sums = d01992cf6924d1287263d35b2086b478
pkgname = dua-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a99b33628adf..d3ca3bc6e190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
-# Maintainer: mexus <gilaldpellaeon@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: mexus <gilaldpellaeon@gmail.com>
+
pkgname=dua-cli-bin
-pkgver=2.3.9
+pkgver=2.6.1
pkgrel=1
pkgdesc="A tool to conveniently learn about the disk usage of directories, fast!"
provides=("dua-cli")
@@ -14,10 +16,8 @@ source=(
"https://github.com/Byron/dua-cli/releases/download/v${pkgver}/dua-v${pkgver}-x86_64-unknown-linux-musl.tar.gz"
"https://github.com/Byron/dua-cli/archive/v${pkgver}.tar.gz"
)
-md5sums=(
- '33007833df89ff1727443782d7286c97'
- '3def7b07ae21d880971e713ec32003e9'
-)
+sha256sums=('2324a23375788ac09005ae6577b44218'
+ 'd01992cf6924d1287263d35b2086b478')
package() {
cd "$srcdir/"