summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Khuzhin2025-04-06 17:29:28 +0200
committerAzat Khuzhin2025-04-06 17:31:24 +0200
commit311b2d1aab5f17119515930f42d5903ec87d792e (patch)
tree48b5acb41e0b32ca1b42101bad9b06ab25dcca4a /PKGBUILD
parent905974ecba9d0f06844f5718c1ab22a4cc7e5241 (diff)
downloadaur-chdig-bin.tar.gz
Bump to 25.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c23ee3f8149c..d52a8ba444ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Azat Khuzhin <a3at.mail@gmail.com>
pkgname=chdig-bin
-pkgver=24.4.1
+pkgver=25.3.1
pkgrel=1
pkgdesc="Dig into ClickHouse with TUI interface (binaries for latest stable version)"
arch=('x86_64')
@@ -13,14 +13,14 @@ provides=("chdig")
url="https://github.com/azat/chdig"
license=('MIT')
source=(
- "https://github.com/azat/chdig/releases/download/v$pkgver/chdig-latest-x86_64.pkg.tar.zst"
+ "https://github.com/azat/chdig/releases/download/v$pkgver/chdig-$pkgver-1-x86_64.pkg.tar.zst"
)
sha256sums=(
- 'SKIP'
+ '3befe0d7cef24774ebb16abb036477daffcef2490d53edbcbffe34cc6cb3f31b'
)
package() {
- tar -C "$pkgdir" -xvf chdig-latest-x86_64.pkg.tar.zst
+ tar -C "$pkgdir" -xvf chdig-$pkgver-1-x86_64.pkg.tar.zst
rm -f "$pkgdir/.PKGINFO"
rm -f "$pkgdir/.MTREE"
}