Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 0.47.0
@ 2021-01-01  6:54 make-file
  2021-01-01  6:57 ` [PR PATCH] [Updated] " make-file
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: make-file @ 2021-01-01  6:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages starship
https://github.com/void-linux/void-packages/pull/27592

starship: update to 0.47.0


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

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

From ec552e4190083968602d97d9d47ccb762191fa26 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Tue, 22 Dec 2020 00:14:05 +0330
Subject: [PATCH 1/2] Revert "wireguard-dkms: update to 1.0.20201221."

This reverts commit e30a15dd36540f713e0e7718140111a11153a45a.
---
 srcpkgs/wireguard-dkms/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wireguard-dkms/template b/srcpkgs/wireguard-dkms/template
index ad46fa03650..f7897a7ed68 100644
--- a/srcpkgs/wireguard-dkms/template
+++ b/srcpkgs/wireguard-dkms/template
@@ -1,6 +1,6 @@
 # Template file for 'wireguard-dkms'
 pkgname=wireguard-dkms
-version=1.0.20201221
+version=1.0.20201112
 revision=1
 wrksrc="wireguard-linux-compat-${version}"
 build_wrksrc="src"
@@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-only"
 homepage="https://www.wireguard.com/"
 distfiles="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz"
-checksum=6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132
+checksum=89eae7f0c0bd6c8df3ba2e090984974ff68741a9f26aa0922890f8ca727897e1
 
 dkms_modules="wireguard ${version}"
 

From bb81e8bc7a05792ece780cba9acd203df1415c41 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Fri, 1 Jan 2021 06:54:14 +0000
Subject: [PATCH 2/2] starship: update to 0.47.0

---
 srcpkgs/starship/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 06b6406295d..fd6fc35bb08 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.46.2
+version=0.47.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=39301c8118239eda7b6d8dbcae498f28bfd901932e69003c249d99ee7989c1bb
+checksum=9c9ede1eb7a9e1acf49f0321915232426c234b356c6bb1f740d15d6fa45d1bee
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
@ 2021-01-01  6:57 ` make-file
  2021-01-01  7:17 ` [PR PATCH] [Closed]: " make-file
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: make-file @ 2021-01-01  6:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages starship
https://github.com/void-linux/void-packages/pull/27592

starship: update to 0.47.0


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

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

From d82ca9e05c8a59b0d6641e26e5585c5c77786ba2 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Fri, 1 Jan 2021 06:54:14 +0000
Subject: [PATCH] starship: update to 0.47.0

---
 srcpkgs/starship/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 06b6406295d..fd6fc35bb08 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.46.2
+version=0.47.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=39301c8118239eda7b6d8dbcae498f28bfd901932e69003c249d99ee7989c1bb
+checksum=9c9ede1eb7a9e1acf49f0321915232426c234b356c6bb1f740d15d6fa45d1bee
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Closed]: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
  2021-01-01  6:57 ` [PR PATCH] [Updated] " make-file
@ 2021-01-01  7:17 ` make-file
  2021-01-01  7:18 ` fosslinux
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: make-file @ 2021-01-01  7:17 UTC (permalink / raw)
  To: ml

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

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

starship: update to 0.47.0
https://github.com/void-linux/void-packages/pull/27592

Description:


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

* Re: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
  2021-01-01  6:57 ` [PR PATCH] [Updated] " make-file
  2021-01-01  7:17 ` [PR PATCH] [Closed]: " make-file
@ 2021-01-01  7:18 ` fosslinux
  2021-01-01  7:20 ` make-file
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fosslinux @ 2021-01-01  7:18 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/27592#issuecomment-753276933

Comment:
??

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

* Re: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
                   ` (2 preceding siblings ...)
  2021-01-01  7:18 ` fosslinux
@ 2021-01-01  7:20 ` make-file
  2021-01-01  7:21 ` make-file
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: make-file @ 2021-01-01  7:20 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27592#issuecomment-753277334

Comment:
not ready.

On Thu, Dec 31, 2020 at 23:18, fosslinux <notifications@github.com> 
wrote:
> ??
> 
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub, or unsubscribe.
> 




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

* Re: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
                   ` (3 preceding siblings ...)
  2021-01-01  7:20 ` make-file
@ 2021-01-01  7:21 ` make-file
  2021-01-01  8:43 ` fosslinux
  2021-01-02  9:09 ` make-file
  6 siblings, 0 replies; 8+ messages in thread
From: make-file @ 2021-01-01  7:21 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27592#issuecomment-753277334

Comment:
not ready.



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

* Re: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
                   ` (4 preceding siblings ...)
  2021-01-01  7:21 ` make-file
@ 2021-01-01  8:43 ` fosslinux
  2021-01-02  9:09 ` make-file
  6 siblings, 0 replies; 8+ messages in thread
From: fosslinux @ 2021-01-01  8:43 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/27592#issuecomment-753287171

Comment:
closing it indicates to the maintainers that the PR is abandoned. A better and much more descriptive way to indicate that a PR is not ready is by putting WIP in the title or making the PR a draft :)

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

* Re: starship: update to 0.47.0
  2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
                   ` (5 preceding siblings ...)
  2021-01-01  8:43 ` fosslinux
@ 2021-01-02  9:09 ` make-file
  6 siblings, 0 replies; 8+ messages in thread
From: make-file @ 2021-01-02  9:09 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27592#issuecomment-753450319

Comment:
thanks :+1: 

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

end of thread, other threads:[~2021-01-02  9:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01  6:54 [PR PATCH] starship: update to 0.47.0 make-file
2021-01-01  6:57 ` [PR PATCH] [Updated] " make-file
2021-01-01  7:17 ` [PR PATCH] [Closed]: " make-file
2021-01-01  7:18 ` fosslinux
2021-01-01  7:20 ` make-file
2021-01-01  7:21 ` make-file
2021-01-01  8:43 ` fosslinux
2021-01-02  9:09 ` make-file

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).