summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e144a5dbe155..8c9db25f26a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=dirstat-go-bin
-pkgver=1.2.4
+pkgver=1.3.0
_app=dirstat
-pkgrel=3
+pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
pkgdesc="Small tool that shows selected folder or drive usage statistic (binary release)"
url="https://github.com/aegoroff/dirstat"
@@ -10,9 +10,9 @@ license=('Apache')
source_x86_64=("https://github.com/aegoroff/dirstat/releases/download/v${pkgver}/${_app}_${pkgver}_linux_amd64.tar.gz")
source_armv7h=("https://github.com/aegoroff/dirstat/releases/download/v${pkgver}/${_app}_${pkgver}_linux_armv7.tar.gz")
source_aarch64=("https://github.com/aegoroff/dirstat/releases/download/v${pkgver}/${_app}_${pkgver}_linux_arm64.tar.gz")
-sha256sums_x86_64=('3da62399d6cb8a8af606bbfda97d1fe0e833b17856793707c5a7e013c43ac6e4')
-sha256sums_armv7h=('5e895f4b7b0f9429492b230fc456a7b49646281824c1cc8a5bde3280a98f32d7')
-sha256sums_aarch64=('2a7d6a5cef9beeb65f7dc6c94a20ef4d43be871fc84e79efca5d1ab6ccbd90d2')
+sha256sums_x86_64=('2dfcfeafc2da5efcd62bed40413a5eb14ae51463d9ca029750119a38dfee16ad')
+sha256sums_armv7h=('a6ce2bfabf423f9abcb8757808945f65f098eb11dad7d0744ab69b83d3da420c')
+sha256sums_aarch64=('a5a90a979128c814f8484e9817202b0a63c16bb259bad9460ede27e94a2d5873')
build() {
return 0