nushell: update to 0.92.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Template file for 'nushell'
|
||||
pkgname=nushell
|
||||
version=0.91.0
|
||||
version=0.92.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--features=extra,dataframe"
|
||||
hostmakedepends="pkg-config libgit2-devel"
|
||||
configure_args="--features=dataframe"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel libgit2-devel libzstd-devel sqlite-devel"
|
||||
depends="mimalloc"
|
||||
short_desc="Modern shell for the GitHub era"
|
||||
@@ -13,7 +13,7 @@ license="MIT"
|
||||
homepage="https://www.nushell.sh/"
|
||||
changelog="https://www.nushell.sh/blog/"
|
||||
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=8957808c3d87b17c6e874b8382e8be45100e83c540556b2c43864c428c2b80b5
|
||||
checksum=bd4d0b90ff7ba53ac888df755372a794a907f93963e26ff8f441347aa0ff5a95
|
||||
register_shell="/usr/bin/nu"
|
||||
# all tests fail with argument --target
|
||||
make_check=no
|
||||
|
||||
Reference in New Issue
Block a user