summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormexus2020-03-27 16:32:32 +0300
committermexus2020-03-27 16:32:32 +0300
commitc9a8e88fc015dfa04800b1403e3937dd6387d522 (patch)
treef70d8dc2344fcf2362db8ae0e540d23cafcce9b9 /PKGBUILD
parentc67d912085c14f84e7a93cdd1302875bb24e2f44 (diff)
downloadaur-c9a8e88fc015dfa04800b1403e3937dd6387d522.tar.gz
Bump to 2.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aad4a0accbf..1be358af7613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mexus <gilaldpellaeon@gmail.com>
pkgname=dua-cli-bin
-pkgver=2.1.13
+pkgver=2.3.8
pkgrel=1
pkgdesc="A tool to conveniently learn about the disk usage of directories, fast!"
provides=("dua-cli")
@@ -11,12 +11,12 @@ license=('MIT')
depends=()
makedepends=()
source=(
- "https://github.com/Byron/dua-cli/releases/download/${pkgver}/dua-${pkgver}-x86_64-unknown-linux-musl.tar.gz"
- "https://github.com/Byron/dua-cli/archive/${pkgver}.tar.gz"
+ "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=(
- '71fd506ea2a8d347d1bfb1ed78b96e03'
- '83c852636cfaaa64f19f5a2ee0ac8c6d'
+ 'c95ac4146d5888ed7ff593ed9612c8f5'
+ 'ac49a90e54b40b19ee74b182a7e563c7'
)
package() {