nushell: bump to 0.92.0

This commit is contained in:
Chongyun Lee 2024-04-03 13:01:59 +08:00 committed by finagolfin
parent 37e77ab30f
commit b694214968
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.nushell.sh
TERMUX_PKG_DESCRIPTION="A new type of shell operating on structured data"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.91.0"
TERMUX_PKG_VERSION="0.92.0"
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=8957808c3d87b17c6e874b8382e8be45100e83c540556b2c43864c428c2b80b5
TERMUX_PKG_SHA256=7daa8bb7555ebb6c8af7ecbd531e8195504e466a22845e4a7e85e97e18bd504c
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
@ -25,7 +25,7 @@ termux_step_pre_configure() {
popd
fi
local _features="default-no-clipboard extra"
local _features="default-no-clipboard"
if [ $TERMUX_ARCH != "i686" ] && [ $TERMUX_ARCH != "arm" ]; then
_features+=" dataframe"
fi