mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/nushell: upgrade to 0.88.1
This commit is contained in:
parent
77861ca828
commit
1cc35cb99f
@ -1,7 +1,7 @@
|
||||
# Contributor: nibon7 <nibon7@163.com>
|
||||
# Maintainer: nibon7 <nibon7@163.com>
|
||||
pkgname=nushell
|
||||
pkgver=0.88.0
|
||||
pkgver=0.88.1
|
||||
pkgrel=0
|
||||
pkgdesc="A new type of shell"
|
||||
url="https://www.nushell.sh"
|
||||
@ -22,11 +22,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkg
|
||||
system-deps.patch
|
||||
"
|
||||
|
||||
case "$CARCH" in
|
||||
# ooms when building
|
||||
armhf|armv7|ppc64le|riscv64|x86) _exclude_opts="--exclude nu-cmd-dataframe" ;;
|
||||
esac
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
@ -47,11 +42,11 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cargo auditable build --workspace --release --frozen $_exclude_opts
|
||||
cargo auditable build --workspace --release --frozen
|
||||
}
|
||||
|
||||
check() {
|
||||
cargo test --workspace --frozen $_exclude_opts
|
||||
cargo test --workspace --frozen
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -74,6 +69,6 @@ _plugins() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fd56ef810690f4b1b7a8973ec770cfc84b8f066e873ff0b613be4a6626092a54f3bfdeb1aaeb5603961c0d9b2ba28934b17bb21d7b7d4a9eb8ed00c3822ebe4e nushell-0.88.0.tar.gz
|
||||
74b3be64b48a6a86597c27b77a5188e77d77f8a73918330de76fdec8f06cbf717d159ed94c3f34db034e17504d7ff0954d9fc9972364ba14b82bcf4251af577b nushell-0.88.1.tar.gz
|
||||
cd95107d6160d042542c4e97b3238ad6eb38ab45c8d6a390c028181dae6e02c4c129c5e019a6210551bb3d0c4c690bc65823377f176a4d78128f48cf860bda61 system-deps.patch
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user