Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.11.0
@ 2022-10-17  4:04 cinerea0
  2022-10-18 18:19 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-17  4:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 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/40002

starship: update to 1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 05be5b1a6e6086e101a16da216b748fdc464ed0d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 17 Oct 2022 00:03:42 -0400
Subject: [PATCH] starship: update to 1.11.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index ab62cd306577..865641c3845a 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.10.3
+version=1.11.0
 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=39c5f8f88a8aa6d32575ddb26017572f2683fae129b9be5442acbae74019ea5e
+checksum=7b408ef8a2ab47d7a7d0e120889bf12c8f2a965796f8a027d8b2176287fdec6b
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR REVIEW] starship: update to 1.11.0
  2022-10-17  4:04 [PR PATCH] starship: update to 1.11.0 cinerea0
@ 2022-10-18 18:19 ` classabbyamp
  2022-10-19 19:39 ` [PR PATCH] [Updated] " cinerea0
  2022-10-19 21:07 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-18 18:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40002#discussion_r998570902

Comment:
```suggestion
homepage="https://starship.rs"
changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] starship: update to 1.11.0
  2022-10-17  4:04 [PR PATCH] starship: update to 1.11.0 cinerea0
  2022-10-18 18:19 ` [PR REVIEW] " classabbyamp
@ 2022-10-19 19:39 ` cinerea0
  2022-10-19 21:07 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-19 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 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/40002

starship: update to 1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 8a85222b5211738be47ec04658adfcdac0251f42 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 19 Oct 2022 15:39:21 -0400
Subject: [PATCH] starship: update to 1.11.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index ab62cd306577..638d36b4d00d 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.10.3
+version=1.11.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -11,8 +11,9 @@ short_desc="Minimal, fast and customizable cross-shell prompt"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
+changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=39c5f8f88a8aa6d32575ddb26017572f2683fae129b9be5442acbae74019ea5e
+checksum=7b408ef8a2ab47d7a7d0e120889bf12c8f2a965796f8a027d8b2176287fdec6b
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Merged]: starship: update to 1.11.0
  2022-10-17  4:04 [PR PATCH] starship: update to 1.11.0 cinerea0
  2022-10-18 18:19 ` [PR REVIEW] " classabbyamp
  2022-10-19 19:39 ` [PR PATCH] [Updated] " cinerea0
@ 2022-10-19 21:07 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-19 21:07 UTC (permalink / raw)
  To: ml

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

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

starship: update to 1.11.0
https://github.com/void-linux/void-packages/pull/40002

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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17  4:04 [PR PATCH] starship: update to 1.11.0 cinerea0
2022-10-18 18:19 ` [PR REVIEW] " classabbyamp
2022-10-19 19:39 ` [PR PATCH] [Updated] " cinerea0
2022-10-19 21:07 ` [PR PATCH] [Merged]: " classabbyamp

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