nushell: update to 0.33.0

This commit is contained in:
cinerea0 2021-07-05 00:44:04 -04:00 committed by Érico Nogueira Rolim
parent 1198bcf882
commit 15e69f3c5b

View file

@ -1,6 +1,6 @@
# Template file for 'nushell'
pkgname=nushell
version=0.31.0
version=0.33.0
revision=1
build_style=cargo
configure_args="--features=extra"
@ -11,8 +11,8 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz"
checksum=4dcbe38b35902a98df3f213fef5f69dcd9870975a18e2a7feb002534e68d848b
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
checksum=13e766ae3de957e322790cf9874ebc1b768abd205228db7181643e66564c6245
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no