Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.10.2
@ 2022-08-20  4:48 cinerea0
  2022-08-20  5:16 ` cinerea0
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cinerea0 @ 2022-08-20  4:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/38788

starship: update to 1.10.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4078ef353622482591519f07e19b123d14980ad1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 20 Aug 2022 00:45:32 -0400
Subject: [PATCH] starship: update to 1.10.2

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 0a8e73cef9b1..297ff2de1a92 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.10.1
+version=1.10.2
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9
+checksum=b3833c3b23906db778bd0d9a7d87ed232745739e47ce59bcfa8e92c7f0f930e9
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.10.2
  2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
@ 2022-08-20  5:16 ` cinerea0
  2022-09-08 18:42 ` tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-08-20  5:16 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/38788#issuecomment-1221235013

Comment:
Build failure has been reported upstream: https://github.com/starship/starship/issues/4291.

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

* Re: starship: update to 1.10.2
  2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
  2022-08-20  5:16 ` cinerea0
@ 2022-09-08 18:42 ` tranzystorek-io
  2022-09-09  0:49 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-09-08 18:42 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38788#issuecomment-1241092095

Comment:
1.10.3 seems to have the problem fixed

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

* Re: [PR PATCH] [Updated] starship: update to 1.10.2
  2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
  2022-08-20  5:16 ` cinerea0
  2022-09-08 18:42 ` tranzystorek-io
@ 2022-09-09  0:49 ` cinerea0
  2022-09-09  1:20 ` starship: update to 1.10.3 cinerea0
  2022-09-10 13:19 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-09-09  0:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/38788

starship: update to 1.10.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8dffe30ce5f5f85ee6a2cdf6570a7916d7b6263e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 8 Sep 2022 20:49:12 -0400
Subject: [PATCH] starship: update to 1.10.3

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 0a8e73cef9b1..ab62cd306577 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.10.1
+version=1.10.3
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9
+checksum=39c5f8f88a8aa6d32575ddb26017572f2683fae129b9be5442acbae74019ea5e
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.10.3
  2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
                   ` (2 preceding siblings ...)
  2022-09-09  0:49 ` [PR PATCH] [Updated] " cinerea0
@ 2022-09-09  1:20 ` cinerea0
  2022-09-10 13:19 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-09-09  1:20 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/38788#issuecomment-1241394976

Comment:
Impatient, aren't we?

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

* Re: [PR PATCH] [Merged]: starship: update to 1.10.3
  2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
                   ` (3 preceding siblings ...)
  2022-09-09  1:20 ` starship: update to 1.10.3 cinerea0
@ 2022-09-10 13:19 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-09-10 13:19 UTC (permalink / raw)
  To: ml

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

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

starship: update to 1.10.3
https://github.com/void-linux/void-packages/pull/38788

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-09-10 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20  4:48 [PR PATCH] starship: update to 1.10.2 cinerea0
2022-08-20  5:16 ` cinerea0
2022-09-08 18:42 ` tranzystorek-io
2022-09-09  0:49 ` [PR PATCH] [Updated] " cinerea0
2022-09-09  1:20 ` starship: update to 1.10.3 cinerea0
2022-09-10 13:19 ` [PR PATCH] [Merged]: " paper42

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