Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nushell: update to 0.34.0 #31944

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/nushell/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'nushell'
pkgname=nushell
version=0.33.0
version=0.34.0
revision=1
build_style=cargo
configure_args="--features=extra"
hostmakedepends="pkg-config python3 libgit2-devel"
makedepends="openssl-devel libgit2-devel libX11-devel libxcb-devel"
makedepends="openssl-devel libgit2-devel libX11-devel libxcb-devel
libatomic-devel"
cinerea0 marked this conversation as resolved.
Show resolved Hide resolved
short_desc="Modern shell for the GitHub era"
maintainer="Jan Christian Grünhage <[email protected]>"
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=13e766ae3de957e322790cf9874ebc1b768abd205228db7181643e66564c6245
checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
Expand Down