Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.4.0
@ 2022-03-09 10:39 tranzystorek-io
  2022-03-09 11:02 ` tranzystorek-io
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-03-09 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages starship
https://github.com/void-linux/void-packages/pull/36059

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36059.patch is attached

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

From aafcf0d17cad876d334d111298b755a4b3430173 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Wed, 9 Mar 2022 11:38:27 +0100
Subject: [PATCH] starship: update to 1.4.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..e092b30d2773 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.3.0
+version=1.4.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,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=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5
+checksum=8340b8b7a4b75c17f3f72c6a4a81a8470c003719594f6884b151490a9433461b
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.4.0
  2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
@ 2022-03-09 11:02 ` tranzystorek-io
  2022-03-10  5:01 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-03-09 11:02 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36059#issuecomment-1062803890

Comment:
`available_parallelism` requires Rust 1.59.0

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

* Re: [PR PATCH] [Updated] starship: update to 1.4.0
  2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
  2022-03-09 11:02 ` tranzystorek-io
@ 2022-03-10  5:01 ` tranzystorek-io
  2022-03-12  1:54 ` starship: update to 1.4.1 cinerea0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-03-10  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages starship
https://github.com/void-linux/void-packages/pull/36059

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36059.patch is attached

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

From 7c2ecd83c7d10482e7162535565b28886d4143ff Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Wed, 9 Mar 2022 11:38:27 +0100
Subject: [PATCH] starship: update to 1.4.1

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..eb0d4fe6d396 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.3.0
+version=1.4.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,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=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5
+checksum=3ba4e9935bfbb4c8b8fb18dcc73c0c9eda586a413b9d3f3378de4b095cb5f87a
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.4.1
  2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
  2022-03-09 11:02 ` tranzystorek-io
  2022-03-10  5:01 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-12  1:54 ` cinerea0
  2022-03-12  6:24 ` [PR PATCH] [Closed]: " tranzystorek-io
  2022-03-12  6:24 ` tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-03-12  1:54 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/36059#issuecomment-1065786304

Comment:
We're a ways off from having a new version of Rust in the repos. As the package maintainer I'll handle updating starship when it's possible to do so.

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

* Re: starship: update to 1.4.1
  2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-03-12  6:24 ` [PR PATCH] [Closed]: " tranzystorek-io
@ 2022-03-12  6:24 ` tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-03-12  6:24 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36059#issuecomment-1065825373

Comment:
Very well, I'll close this PR then

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

* Re: [PR PATCH] [Closed]: starship: update to 1.4.1
  2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-03-12  1:54 ` starship: update to 1.4.1 cinerea0
@ 2022-03-12  6:24 ` tranzystorek-io
  2022-03-12  6:24 ` tranzystorek-io
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-03-12  6:24 UTC (permalink / raw)
  To: ml

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

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

starship: update to 1.4.1
https://github.com/void-linux/void-packages/pull/36059

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-03-12  6:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 10:39 [PR PATCH] starship: update to 1.4.0 tranzystorek-io
2022-03-09 11:02 ` tranzystorek-io
2022-03-10  5:01 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-12  1:54 ` starship: update to 1.4.1 cinerea0
2022-03-12  6:24 ` [PR PATCH] [Closed]: " tranzystorek-io
2022-03-12  6:24 ` tranzystorek-io

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