summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2024-04-22 20:04:35 +0300
committerAlexander Egorov2024-04-22 20:04:35 +0300
commitb8029bea7eed2ee6c8a107d23f67532633a12453 (patch)
treee5a3aa013da5d732b012ea476c77c2f360df6141
parent9f38d89743ffc48920a48353271133b0970eb9d9 (diff)
downloadaur-dirstat-go-bin.tar.gz
dirstat-go-bin v1.3.0-1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291318dfad8e..1ad7e07ecce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = dirstat-go-bin
pkgdesc = Small tool that shows selected folder or drive usage statistic (binary release)
- pkgver = 1.2.4
- pkgrel = 3
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/aegoroff/dirstat
arch = x86_64
arch = armv7h
arch = aarch64
license = Apache
- source_x86_64 = https://github.com/aegoroff/dirstat/releases/download/v1.2.4/dirstat_1.2.4_linux_amd64.tar.gz
- sha256sums_x86_64 = 3da62399d6cb8a8af606bbfda97d1fe0e833b17856793707c5a7e013c43ac6e4
- source_armv7h = https://github.com/aegoroff/dirstat/releases/download/v1.2.4/dirstat_1.2.4_linux_armv7.tar.gz
- sha256sums_armv7h = 5e895f4b7b0f9429492b230fc456a7b49646281824c1cc8a5bde3280a98f32d7
- source_aarch64 = https://github.com/aegoroff/dirstat/releases/download/v1.2.4/dirstat_1.2.4_linux_arm64.tar.gz
- sha256sums_aarch64 = 2a7d6a5cef9beeb65f7dc6c94a20ef4d43be871fc84e79efca5d1ab6ccbd90d2
+ source_x86_64 = https://github.com/aegoroff/dirstat/releases/download/v1.3.0/dirstat_1.3.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 2dfcfeafc2da5efcd62bed40413a5eb14ae51463d9ca029750119a38dfee16ad
+ source_armv7h = https://github.com/aegoroff/dirstat/releases/download/v1.3.0/dirstat_1.3.0_linux_armv7.tar.gz
+ sha256sums_armv7h = a6ce2bfabf423f9abcb8757808945f65f098eb11dad7d0744ab69b83d3da420c
+ source_aarch64 = https://github.com/aegoroff/dirstat/releases/download/v1.3.0/dirstat_1.3.0_linux_arm64.tar.gz
+ sha256sums_aarch64 = a5a90a979128c814f8484e9817202b0a63c16bb259bad9460ede27e94a2d5873
pkgname = dirstat-go-bin
conflicts = dirstat-bin
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