Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.17.0
@ 2023-12-29 19:23 cinerea0
  2024-01-03  1:55 ` [PR PATCH] [Updated] " cinerea0
  2024-01-06 23:32 ` [PR PATCH] [Merged]: starship: update to 1.17.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-12-29 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/47987

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


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

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

From c9efa9a814c2e722bcefa391d3662871fffb01de Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 29 Dec 2023 14:22:22 -0500
Subject: [PATCH] starship: update to 1.17.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index d61cc80994b54..f786a6561545f 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.16.0
+version=1.17.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,7 @@ 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=133888e190ce1563927e16ee693da3026d2e668d975ac373f853e030743775c5
+checksum=24b6c17b5d948e04149bf35bfc42889ec60168c2a158ae6f90589cd993099ba5
 
 do_check() {
 	mkdir -p fake-home

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

* Re: [PR PATCH] [Updated] starship: update to 1.17.0
  2023-12-29 19:23 [PR PATCH] starship: update to 1.17.0 cinerea0
@ 2024-01-03  1:55 ` cinerea0
  2024-01-06 23:32 ` [PR PATCH] [Merged]: starship: update to 1.17.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-03  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/47987

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


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

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

From dfb3cc056ef5a84be23c02a4c96e1931bd481863 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 2 Jan 2024 20:55:39 -0500
Subject: [PATCH] starship: update to 1.17.1

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index d61cc80994b54..2aed64198bdbe 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.16.0
+version=1.17.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,7 @@ 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=133888e190ce1563927e16ee693da3026d2e668d975ac373f853e030743775c5
+checksum=2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba
 
 do_check() {
 	mkdir -p fake-home

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

* Re: [PR PATCH] [Merged]: starship: update to 1.17.1
  2023-12-29 19:23 [PR PATCH] starship: update to 1.17.0 cinerea0
  2024-01-03  1:55 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-06 23:32 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-01-06 23:32 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.17.1
https://github.com/void-linux/void-packages/pull/47987

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


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

end of thread, other threads:[~2024-01-06 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 19:23 [PR PATCH] starship: update to 1.17.0 cinerea0
2024-01-03  1:55 ` [PR PATCH] [Updated] " cinerea0
2024-01-06 23:32 ` [PR PATCH] [Merged]: starship: update to 1.17.1 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).