nushell: update to 0.19.0.
This commit is contained in:
parent
a7336a03db
commit
72d7c0ca12
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nushell'
|
# Template file for 'nushell'
|
||||||
pkgname=nushell
|
pkgname=nushell
|
||||||
version=0.18.1
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
# raw-cpuid does not support other archs
|
# raw-cpuid does not support other archs
|
||||||
# https://github.com/nushell/nushell/issues/485
|
# https://github.com/nushell/nushell/issues/485
|
||||||
|
@ -16,7 +16,7 @@ license="MIT"
|
||||||
homepage="https://www.nushell.sh/"
|
homepage="https://www.nushell.sh/"
|
||||||
changelog="https://www.nushell.sh/blog/"
|
changelog="https://www.nushell.sh/blog/"
|
||||||
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
|
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
|
||||||
checksum=b746e856fe6d819386aecd854b0d9cc8769249df9136268f5b0e828999f8228e
|
checksum=fa15e6769ac5ded1c11cacbca071414dd5c83f43361fd457cca2396e8a3e7b77
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue