summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2021-02-05 08:46:38 +0100
committerChristian Muehlhaeuser2021-02-05 08:46:38 +0100
commit588befdf6b48e1ae0d239e6790416b45206eebba (patch)
tree83d6837227339531683894c35e1f58864ffafe4c
parent150222cb6cb1ff4c9ad4480980601e9d5155e4f7 (diff)
downloadaur-588befdf6b48e1ae0d239e6790416b45206eebba.tar.gz
Bump to v0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07fe432bb485..6347cf53adbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duf
pkgdesc = Disk Usage/Free Utility
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/muesli/duf
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = duf
arch = aarch64
license = MIT
makedepends = go
- source = https://github.com/muesli/duf/archive/v0.5.0/duf-0.5.0.tar.gz
- sha256sums = d8879fbf091cd6f6a3b95102fdeb7d21b7fc8200df1a9864b89d8e87057fc9c6
+ source = https://github.com/muesli/duf/archive/v0.6.0/duf-0.6.0.tar.gz
+ sha256sums = 238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491
pkgname = duf
diff --git a/PKGBUILD b/PKGBUILD
index 51f754d0e23e..c4c0aed46b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=duf
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Disk Usage/Free Utility"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/muesli/duf"
+url="https://github.com/muesli/${pkgname}"
license=('MIT')
makedepends=('go')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d8879fbf091cd6f6a3b95102fdeb7d21b7fc8200df1a9864b89d8e87057fc9c6')
+sha256sums=('238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491')
prepare() {
export GOPATH="$srcdir/gopath"