Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.24.1, update distfile
@ 2021-01-02 13:25 Rheydskey
  2021-01-02 13:30 ` [PR PATCH] [Updated] " Rheydskey
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rheydskey @ 2021-01-02 13:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is a new pull request by Rheydskey against master on the void-packages repository

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/27621

nushell: update to 0.24.1, update distfile


A patch file from https://github.com/void-linux/void-packages/pull/27621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-27621.patch --]
[-- Type: text/x-diff, Size: 1353 bytes --]

From 8c7c3901dd449f2076c997dc911e2600a75ebaeb Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
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..0c9ce7bddf4 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 <jan.christian@gruenhage.xyz>"
 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}.zip"
+checksum=6fbf7b6fa43efb7cbb138a6aff5f146d7c473748af3e8037c6c50300889f0e3a
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.24.1, update distfile
  2021-01-02 13:25 [PR PATCH] nushell: update to 0.24.1, update distfile Rheydskey
@ 2021-01-02 13:30 ` Rheydskey
  2021-01-02 13:33 ` Rheydskey
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Rheydskey @ 2021-01-02 13:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by Rheydskey against master on the void-packages repository

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/27621

nushell: update to 0.24.1, update distfile


A patch file from https://github.com/void-linux/void-packages/pull/27621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-27621.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From 24ae9e487d507955deb06bcb10fe7033cd1895ca Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
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..325a254c739 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 <jan.christian@gruenhage.xyz>"
 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.24.1, update distfile
  2021-01-02 13:25 [PR PATCH] nushell: update to 0.24.1, update distfile Rheydskey
  2021-01-02 13:30 ` [PR PATCH] [Updated] " Rheydskey
@ 2021-01-02 13:33 ` Rheydskey
  2021-01-02 13:38 ` Rheydskey
  2021-01-15  8:46 ` [PR PATCH] [Closed]: " Rheydskey
  3 siblings, 0 replies; 5+ messages in thread
From: Rheydskey @ 2021-01-02 13:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by Rheydskey against master on the void-packages repository

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/27621

nushell: update to 0.24.1, update distfile


A patch file from https://github.com/void-linux/void-packages/pull/27621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-27621.patch --]
[-- Type: text/x-diff, Size: 1354 bytes --]

From 1396f8db64eed4d7c30e1543066394f1a1428069 Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
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 <jan.christian@gruenhage.xyz>"
 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.24.1, update distfile
  2021-01-02 13:25 [PR PATCH] nushell: update to 0.24.1, update distfile Rheydskey
  2021-01-02 13:30 ` [PR PATCH] [Updated] " Rheydskey
  2021-01-02 13:33 ` Rheydskey
@ 2021-01-02 13:38 ` Rheydskey
  2021-01-15  8:46 ` [PR PATCH] [Closed]: " Rheydskey
  3 siblings, 0 replies; 5+ messages in thread
From: Rheydskey @ 2021-01-02 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by Rheydskey against master on the void-packages repository

https://github.com/Rheydskey/void-packages master
https://github.com/void-linux/void-packages/pull/27621

nushell: update to 0.24.1, update distfile


A patch file from https://github.com/void-linux/void-packages/pull/27621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-27621.patch --]
[-- Type: text/x-diff, Size: 1354 bytes --]

From 2105c5c14f32f1f1ae0a34d3c867050cf6755423 Mon Sep 17 00:00:00 2001
From: Rheydskey <matgag02@gmail.com>
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..8094bc1b2e6 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 <jan.christian@gruenhage.xyz>"
 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=6048137c092c90c77d55717d477669374115e77d08c77c3e85734086084a32b3
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: nushell: update to 0.24.1, update distfile
  2021-01-02 13:25 [PR PATCH] nushell: update to 0.24.1, update distfile Rheydskey
                   ` (2 preceding siblings ...)
  2021-01-02 13:38 ` Rheydskey
@ 2021-01-15  8:46 ` Rheydskey
  3 siblings, 0 replies; 5+ messages in thread
From: Rheydskey @ 2021-01-15  8:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

There's a closed pull request on the void-packages repository

nushell: update to 0.24.1, update distfile
https://github.com/void-linux/void-packages/pull/27621

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-15  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 13:25 [PR PATCH] nushell: update to 0.24.1, update distfile Rheydskey
2021-01-02 13:30 ` [PR PATCH] [Updated] " Rheydskey
2021-01-02 13:33 ` Rheydskey
2021-01-02 13:38 ` Rheydskey
2021-01-15  8:46 ` [PR PATCH] [Closed]: " Rheydskey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).