From 1396f8db64eed4d7c30e1543066394f1a1428069 Mon Sep 17 00:00:00 2001 From: Rheydskey Date: Sat, 2 Jan 2021 14:25:25 +0100 Subject: [PATCH] nushell: update to 0.24.1, update distfile --- srcpkgs/nushell/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 843eda01b71..7014d3ac002 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,12 +1,11 @@ # Template file for 'nushell' pkgname=nushell -version=0.21.0 +version=0.24.1 revision=1 # raw-cpuid does not support other archs # https://github.com/nushell/nushell/issues/485 # remove when the issue is fixed (should fix all archs) archs="x86_64* i686*" -wrksrc="nu-${version}" build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" @@ -15,8 +14,8 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" -distfiles="https://static.crates.io/crates/nu/nu-${version}.crate" -checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c +distfiles="https://github.com/nushell/nushell/archive/$version.tar.gz" +checksum=6fbf7b6fa43efb7cbb138a6aff5f146d7c473748af3e8037c6c50300889f0e3a post_install() { vlicense LICENSE