mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/tabiew: upgrade to 0.11.0 & enable on loongarch64
This commit is contained in:
parent
de2d4ed5fb
commit
315699554c
@ -1,10 +1,11 @@
|
||||
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
||||
pkgname=tabiew
|
||||
pkgver=0.7.1
|
||||
pkgver=0.11.0
|
||||
pkgrel=0
|
||||
pkgdesc="A lightweight TUI application to view and query tabular data files, such as CSV, TSV, or parquet."
|
||||
url="https://github.com/shshemi/tabiew"
|
||||
arch="all !armhf !armv7 !riscv64 !loongarch64"
|
||||
# x86 exist OOM issue
|
||||
arch="all !armhf !armv7 !riscv64 !x86"
|
||||
license="MIT"
|
||||
makedepends="cargo cargo-auditable"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/shshemi/tabiew/archive/refs/tags/v$pkgver.tar.gz"
|
||||
@ -26,5 +27,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
1d2e81fa45c25ed1e9e7eeb8993947e1531cbac95f089798626fa05cc884f0bfca3a76894976700e206eedbf35a476004a74c3a3e79da468574e20905ada872e tabiew-0.7.1.tar.gz
|
||||
1838f4cef328987bdd4879ef0815e7771c35b4a94f337a5b7670a2d080f05e24021edaea3921fc378984a6f395ad4e8bd1084c42a049224a97276507fe7f5b99 tabiew-0.11.0.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user