Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.7.1.
@ 2022-06-07  6:53 JuniorSuperTux
  2022-06-07  7:39 ` [WIP] " JuniorSuperTux
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  6:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 [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 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/37430.patch is attached

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

From 561e482d01aa7c1379ac9c3f6621052638f51081 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH] starship: update to 1.7.1.

starship: update to 1.7.1
---
 srcpkgs/starship/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7e9da098fca6 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.7.1
 revision=1
 build_style=cargo
 build_helper=qemu

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
@ 2022-06-07  7:39 ` JuniorSuperTux
  2022-06-07  7:48 ` JuniorSuperTux
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  7:39 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148310640

Comment:
> The `checksum=` line must be changed to match the distfile anytime the version changes. Packages simply cannot build if it is not matching.

I'm sorry, this is my first time doing this, so there are some details that I haven't known. How should I get the checksum of the destination file?

> That version of starship does not support the rust version we have (requiring `1.59 `while we have `1.57`) and cannot build.

So that means I have to make another commit to update rust in this repository?

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
  2022-06-07  7:39 ` [WIP] " JuniorSuperTux
@ 2022-06-07  7:48 ` JuniorSuperTux
  2022-06-07  7:51 ` JuniorSuperTux
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  7:48 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148310640

Comment:
> The `checksum=` line must be changed to match the distfile anytime the version changes. Packages simply cannot build if it is not matching.

I'm sorry, this is my first time doing this, so there are some details that I haven't known. How should I get the checksum of the destination file?

> That version of starship does not support the rust version we have (requiring `1.59 `while we have `1.57`) and cannot build.

So that means I have to make another commit to update rust in this repository?

@0x5c 

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
  2022-06-07  7:39 ` [WIP] " JuniorSuperTux
  2022-06-07  7:48 ` JuniorSuperTux
@ 2022-06-07  7:51 ` JuniorSuperTux
  2022-06-07  8:00 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  7:51 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148310640

Comment:
I'll fix it

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

* Re: [PR PATCH] [Updated] [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (2 preceding siblings ...)
  2022-06-07  7:51 ` JuniorSuperTux
@ 2022-06-07  8:00 ` JuniorSuperTux
  2022-06-07  8:03 ` JuniorSuperTux
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  8:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

[WIP] starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH 1/2] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

From 872a98a91c449c85e74298e259cd3a955be3447c Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:00:07 +0800
Subject: [PATCH 2/2] rust: update to 1.59.0.

cargo: update to 1.59.0
---
 srcpkgs/rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index b48c1d5ba988..cf957d993779 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,7 +8,7 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.57.0
+version=1.59.0
 revision=1
 wrksrc="rustc-${version}-src"
 hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap"
@@ -19,7 +19,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a
+checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9
 lib32disabled=yes
 make_check=no # CBA for now
 

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (3 preceding siblings ...)
  2022-06-07  8:00 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-07  8:03 ` JuniorSuperTux
  2022-06-07  8:42 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  8:03 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148310640

Comment:
I'll fix it

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

* Re: [PR PATCH] [Updated] [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (4 preceding siblings ...)
  2022-06-07  8:03 ` JuniorSuperTux
@ 2022-06-07  8:42 ` JuniorSuperTux
  2022-06-07  8:50 ` JuniorSuperTux
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

[WIP] starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH 1/3] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

From 872a98a91c449c85e74298e259cd3a955be3447c Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:00:07 +0800
Subject: [PATCH 2/3] rust: update to 1.59.0.

cargo: update to 1.59.0
---
 srcpkgs/rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index b48c1d5ba988..cf957d993779 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,7 +8,7 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.57.0
+version=1.59.0
 revision=1
 wrksrc="rustc-${version}-src"
 hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap"
@@ -19,7 +19,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a
+checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9
 lib32disabled=yes
 make_check=no # CBA for now
 

From b4060fea4ac0c2864643b1f9da9532f19e28da20 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:42:47 +0800
Subject: [PATCH 3/3] libgit2: update to 1.4.3.

libgit2: update to 1.4.3
---
 srcpkgs/libgit2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 2722bd6553f7..52ed91e7f6c6 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
+version=1.4.3
 revision=3
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163
 
 post_install() {
 	vlicense COPYING

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (5 preceding siblings ...)
  2022-06-07  8:42 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-07  8:50 ` JuniorSuperTux
  2022-06-07  9:08 ` JuniorSuperTux
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  8:50 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148384291

Comment:
@0x5c How do I update the `rust-bootstrap` package? I can't find any clue, and the url that fetches the files in the template doesn't seem to be working

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (6 preceding siblings ...)
  2022-06-07  8:50 ` JuniorSuperTux
@ 2022-06-07  9:08 ` JuniorSuperTux
  2022-06-07  9:14 ` JuniorSuperTux
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  9:08 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148384291

Comment:
@0x5c How do I update the `rust-bootstrap` package? I can't find any clue, and the url that fetches the files in the template doesn't seem to be working

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (7 preceding siblings ...)
  2022-06-07  9:08 ` JuniorSuperTux
@ 2022-06-07  9:14 ` JuniorSuperTux
  2022-06-07 13:46 ` classabbyamp
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07  9:14 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148410605

Comment:
How do I update `rust-bootstrap`? Since `1.59.0` isn't in https://repo-default.voidlinux.org/distfiles

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (8 preceding siblings ...)
  2022-06-07  9:14 ` JuniorSuperTux
@ 2022-06-07 13:46 ` classabbyamp
  2022-06-07 18:19 ` tranzystorek-io
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-06-07 13:46 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1148699440

Comment:
there is already an in-progress PR to update rust (#37232) 

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (9 preceding siblings ...)
  2022-06-07 13:46 ` classabbyamp
@ 2022-06-07 18:19 ` tranzystorek-io
  2022-06-07 19:22 ` tranzystorek-io
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: tranzystorek-io @ 2022-06-07 18:19 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149015437

Comment:
Rust 1.61 is there, i think this PR is good to proceed

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (10 preceding siblings ...)
  2022-06-07 18:19 ` tranzystorek-io
@ 2022-06-07 19:22 ` tranzystorek-io
  2022-06-07 23:53 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: tranzystorek-io @ 2022-06-07 19:22 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149015437

Comment:
Rust 1.61 is there, i think this PR is good to proceed

(the changes to the rust/libgit2 templates are not necessary here)

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

* Re: [PR PATCH] [Updated] [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (11 preceding siblings ...)
  2022-06-07 19:22 ` tranzystorek-io
@ 2022-06-07 23:53 ` JuniorSuperTux
  2022-06-08  0:11 ` cinerea0
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-07 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

[WIP] starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH 1/4] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

From 872a98a91c449c85e74298e259cd3a955be3447c Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:00:07 +0800
Subject: [PATCH 2/4] rust: update to 1.59.0.

cargo: update to 1.59.0
---
 srcpkgs/rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index b48c1d5ba988..cf957d993779 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,7 +8,7 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.57.0
+version=1.59.0
 revision=1
 wrksrc="rustc-${version}-src"
 hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap"
@@ -19,7 +19,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a
+checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9
 lib32disabled=yes
 make_check=no # CBA for now
 

From b4060fea4ac0c2864643b1f9da9532f19e28da20 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:42:47 +0800
Subject: [PATCH 3/4] libgit2: update to 1.4.3.

libgit2: update to 1.4.3
---
 srcpkgs/libgit2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 2722bd6553f7..52ed91e7f6c6 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
+version=1.4.3
 revision=3
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163
 
 post_install() {
 	vlicense COPYING

From c3b611ac8ce686451ec690e4211ec379f525b4ae Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 8 Jun 2022 07:52:43 +0800
Subject: [PATCH 4/4] Revert "starship: update to 1.7.1."

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 7ce7c8720138..b53a729cc8db 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.7.1
+version=1.3.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
+checksum=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (12 preceding siblings ...)
  2022-06-07 23:53 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-08  0:11 ` cinerea0
  2022-06-08  0:12 ` cinerea0
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cinerea0 @ 2022-06-08  0:11 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149299305

Comment:
As the maintainer of the package, I'll handle updating it when the Rust update PR is merged.

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

* Re: [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (13 preceding siblings ...)
  2022-06-08  0:11 ` cinerea0
@ 2022-06-08  0:12 ` cinerea0
  2022-06-08  0:17 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cinerea0 @ 2022-06-08  0:12 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149299305

Comment:
As the maintainer of the package, I'll handle updating it when the Rust update PR is merged. I think we all appreciate your interest, though!

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

* Re: [PR PATCH] [Updated] [WIP] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (14 preceding siblings ...)
  2022-06-08  0:12 ` cinerea0
@ 2022-06-08  0:17 ` JuniorSuperTux
  2022-06-08  2:45 ` cinerea0
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-08  0:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

[WIP] starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH 1/5] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

From 872a98a91c449c85e74298e259cd3a955be3447c Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:00:07 +0800
Subject: [PATCH 2/5] rust: update to 1.59.0.

cargo: update to 1.59.0
---
 srcpkgs/rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index b48c1d5ba988..cf957d993779 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,7 +8,7 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.57.0
+version=1.59.0
 revision=1
 wrksrc="rustc-${version}-src"
 hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap"
@@ -19,7 +19,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a
+checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9
 lib32disabled=yes
 make_check=no # CBA for now
 

From b4060fea4ac0c2864643b1f9da9532f19e28da20 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 16:42:47 +0800
Subject: [PATCH 3/5] libgit2: update to 1.4.3.

libgit2: update to 1.4.3
---
 srcpkgs/libgit2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 2722bd6553f7..52ed91e7f6c6 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
+version=1.4.3
 revision=3
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163
 
 post_install() {
 	vlicense COPYING

From c3b611ac8ce686451ec690e4211ec379f525b4ae Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 8 Jun 2022 07:52:43 +0800
Subject: [PATCH 4/5] Revert "starship: update to 1.7.1."

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 7ce7c8720138..b53a729cc8db 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.7.1
+version=1.3.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
+checksum=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

From 89a56b2e817d7833c92317ea54deff58269bc1bc Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 8 Jun 2022 08:16:30 +0800
Subject: [PATCH 5/5] Undo Changes

---
 srcpkgs/libgit2/template  | 4 ++--
 srcpkgs/rust/template     | 4 ++--
 srcpkgs/starship/template | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 52ed91e7f6c6..2722bd6553f7 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.4.3
+version=1.0.1
 revision=3
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163
+checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index cf957d993779..b48c1d5ba988 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,7 +8,7 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.59.0
+version=1.57.0
 revision=1
 wrksrc="rustc-${version}-src"
 hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap"
@@ -19,7 +19,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9
+checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a
 lib32disabled=yes
 make_check=no # CBA for now
 
diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (15 preceding siblings ...)
  2022-06-08  0:17 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-08  2:45 ` cinerea0
  2022-06-08  2:49 ` 0x5c
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cinerea0 @ 2022-06-08  2:45 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149392662

Comment:
Currently testing these changes and they work for me, now a member just has to approve the check workflows.

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (16 preceding siblings ...)
  2022-06-08  2:45 ` cinerea0
@ 2022-06-08  2:49 ` 0x5c
  2022-06-08  3:16 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: 0x5c @ 2022-06-08  2:49 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149395384

Comment:
The commits should be squashed, see [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#starting-a-pull-request)

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

* Re: [PR PATCH] [Updated] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (17 preceding siblings ...)
  2022-06-08  2:49 ` 0x5c
@ 2022-06-08  3:16 ` JuniorSuperTux
  2022-06-08  3:17 ` JuniorSuperTux
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-08  3:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (18 preceding siblings ...)
  2022-06-08  3:16 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-08  3:17 ` JuniorSuperTux
  2022-06-12  4:06 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-08  3:17 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1149409582

Comment:
> The commits should be squashed, see [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#starting-a-pull-request)

Done

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

* Re: [PR PATCH] [Updated] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (19 preceding siblings ...)
  2022-06-08  3:17 ` JuniorSuperTux
@ 2022-06-12  4:06 ` JuniorSuperTux
  2022-06-12  4:11 ` JuniorSuperTux
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-12  4:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (20 preceding siblings ...)
  2022-06-12  4:06 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2022-06-12  4:11 ` JuniorSuperTux
  2022-06-12  4:14 ` JuniorSuperTux
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-12  4:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages master
https://github.com/void-linux/void-packages/pull/37430

starship: update to 1.7.1.
starship: update to 1.7.1

<!-- 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 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/37430.patch is attached

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

From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 7 Jun 2022 14:47:05 +0800
Subject: [PATCH] starship: update to 1.7.1.

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index b53a729cc8db..7ce7c8720138 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.7.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=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (21 preceding siblings ...)
  2022-06-12  4:11 ` JuniorSuperTux
@ 2022-06-12  4:14 ` JuniorSuperTux
  2022-06-12  4:15 ` classabbyamp
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: JuniorSuperTux @ 2022-06-12  4:14 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1153066483

Comment:
Hello, since I'm new to this, I wonder if there are any essential steps that I have not done correctly? Or is it just a priority of merging pull requests?

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (22 preceding siblings ...)
  2022-06-12  4:14 ` JuniorSuperTux
@ 2022-06-12  4:15 ` classabbyamp
  2022-06-12 12:40 ` paper42
  2022-06-12 12:40 ` [PR PATCH] [Merged]: " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-06-12  4:15 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1153066671

Comment:
> Hello, since I'm new to this, I wonder if there are any essential steps that I have not done correctly? Or is it just a priority of merging pull requests?

nope, you're fine. Things just move slowly sometimes.

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

* Re: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (23 preceding siblings ...)
  2022-06-12  4:15 ` classabbyamp
@ 2022-06-12 12:40 ` paper42
  2022-06-12 12:40 ` [PR PATCH] [Merged]: " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2022-06-12 12:40 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37430#issuecomment-1153153318

Comment:
> Hello, since I'm new to this, I wonder if there are any essential steps that I have not done correctly? Or is it just a priority of merging pull requests?

> I tested the changes in this PR: NO

Please test your PR next time

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

* Re: [PR PATCH] [Merged]: starship: update to 1.7.1.
  2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
                   ` (24 preceding siblings ...)
  2022-06-12 12:40 ` paper42
@ 2022-06-12 12:40 ` paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2022-06-12 12:40 UTC (permalink / raw)
  To: ml

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

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

starship: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/37430

Description:
starship: update to 1.7.1

<!-- 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 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] 27+ messages in thread

end of thread, other threads:[~2022-06-12 12:40 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  6:53 [PR PATCH] starship: update to 1.7.1 JuniorSuperTux
2022-06-07  7:39 ` [WIP] " JuniorSuperTux
2022-06-07  7:48 ` JuniorSuperTux
2022-06-07  7:51 ` JuniorSuperTux
2022-06-07  8:00 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-07  8:03 ` JuniorSuperTux
2022-06-07  8:42 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-07  8:50 ` JuniorSuperTux
2022-06-07  9:08 ` JuniorSuperTux
2022-06-07  9:14 ` JuniorSuperTux
2022-06-07 13:46 ` classabbyamp
2022-06-07 18:19 ` tranzystorek-io
2022-06-07 19:22 ` tranzystorek-io
2022-06-07 23:53 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-08  0:11 ` cinerea0
2022-06-08  0:12 ` cinerea0
2022-06-08  0:17 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-08  2:45 ` cinerea0
2022-06-08  2:49 ` 0x5c
2022-06-08  3:16 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-08  3:17 ` JuniorSuperTux
2022-06-12  4:06 ` [PR PATCH] [Updated] " JuniorSuperTux
2022-06-12  4:11 ` JuniorSuperTux
2022-06-12  4:14 ` JuniorSuperTux
2022-06-12  4:15 ` classabbyamp
2022-06-12 12:40 ` paper42
2022-06-12 12:40 ` [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).