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.20.0. #25368

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/nushell/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nushell'
pkgname=nushell
version=0.19.0
version=0.20.0
revision=1
# raw-cpuid does not support other archs
# https://github.com/nushell/nushell/issues/485
Expand All @@ -16,7 +16,7 @@ license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
checksum=fa15e6769ac5ded1c11cacbca071414dd5c83f43361fd457cca2396e8a3e7b77
checksum=c9e48c29e4326996514fdd97031ad12e7889486d9df8a80a2f5e9f8f828d0c82

post_install() {
vlicense LICENSE
Expand Down