Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-sccache: update to 0.4.2.
@ 2023-04-25 19:43 icp1994
  2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
  2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-04-25 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rust-sccache
https://github.com/void-linux/void-packages/pull/43613

rust-sccache: update to 0.4.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From e80534f43d348f12c148618d045766630dca4479 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 24 Apr 2023 19:54:42 +0530
Subject: [PATCH] rust-sccache: update to 0.4.2.

---
 srcpkgs/rust-sccache/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template
index ff1b3a4d27bf..5a4133d4d283 100644
--- a/srcpkgs/rust-sccache/template
+++ b/srcpkgs/rust-sccache/template
@@ -1,7 +1,7 @@
 # Template file for 'rust-sccache'
 pkgname=rust-sccache
-version=0.4.1
-revision=2
+version=0.4.2
+revision=1
 build_style=cargo
 # 1. requires expensive extra feature 2. requires clang 3. requires libc
 make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="https://crates.io/crates/sccache"
 changelog="https://github.com/mozilla/sccache/releases"
 distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
-checksum=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4
+checksum=5e4e2e0d3e14abc7a1698e3f873f9c7871c7f12d05bab4241fa38389881cdda9
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Updated] rust-sccache: update to 0.4.2.
  2023-04-25 19:43 [PR PATCH] rust-sccache: update to 0.4.2 icp1994
@ 2023-04-25 20:11 ` icp1994
  2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-04-25 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rust-sccache
https://github.com/void-linux/void-packages/pull/43613

rust-sccache: update to 0.4.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 597f53c2c4b8841d6b9d1daae4c964a06cc0d9b9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 24 Apr 2023 19:54:42 +0530
Subject: [PATCH] rust-sccache: update to 0.4.2.

---
 srcpkgs/rust-sccache/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template
index ff1b3a4d27bf..5a4133d4d283 100644
--- a/srcpkgs/rust-sccache/template
+++ b/srcpkgs/rust-sccache/template
@@ -1,7 +1,7 @@
 # Template file for 'rust-sccache'
 pkgname=rust-sccache
-version=0.4.1
-revision=2
+version=0.4.2
+revision=1
 build_style=cargo
 # 1. requires expensive extra feature 2. requires clang 3. requires libc
 make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="https://crates.io/crates/sccache"
 changelog="https://github.com/mozilla/sccache/releases"
 distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
-checksum=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4
+checksum=5e4e2e0d3e14abc7a1698e3f873f9c7871c7f12d05bab4241fa38389881cdda9
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Merged]: rust-sccache: update to 0.4.2.
  2023-04-25 19:43 [PR PATCH] rust-sccache: update to 0.4.2 icp1994
  2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-27  2:31 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-27  2:31 UTC (permalink / raw)
  To: ml

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

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

rust-sccache: update to 0.4.2.
https://github.com/void-linux/void-packages/pull/43613

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-04-27  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-25 19:43 [PR PATCH] rust-sccache: update to 0.4.2 icp1994
2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson

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