Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-analyzer: update to 2023.12.25.
@ 2023-12-27 20:06 icp1994
  2024-01-04  9:10 ` [PR PATCH] [Updated] " icp1994
  2024-01-06 20:32 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.01.01 ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-12-27 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/47929

rust-analyzer: update to 2023.12.25.
#### 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/47929.patch is attached

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

From 8fe6cc021302071630d3d03fdda7a94c9135ec33 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 26 Dec 2023 12:19:09 +0530
Subject: [PATCH] rust-analyzer: update to 2023.12.25.

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

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 745c4e546359f..104c45f57bb3f 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2023.12.18
+version=2023.12.25
 revision=1
 _ver=${version//./-}
 build_style=cargo
@@ -10,7 +10,7 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
-checksum=8e3c65af4bc9f158e30c7c61fda2d214d2e046f9e947e840199bc7dfb7d4e26a
+checksum=2b49bc21225f8dd6f0dbc811606177f349accaa12a56c4a80bfeb5781e1178a3
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2023.12.25.
  2023-12-27 20:06 [PR PATCH] rust-analyzer: update to 2023.12.25 icp1994
@ 2024-01-04  9:10 ` icp1994
  2024-01-06 20:32 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.01.01 ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-01-04  9:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/47929

rust-analyzer: update to 2023.12.25.
#### 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/47929.patch is attached

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

From 431580af8484aeef8deda0d2750fdec8e97c0473 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 26 Dec 2023 12:19:09 +0530
Subject: [PATCH] rust-analyzer: update to 2024.01.01.

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

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 745c4e546359f..4ebb8e8368d55 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2023.12.18
+version=2024.01.01
 revision=1
 _ver=${version//./-}
 build_style=cargo
@@ -10,7 +10,7 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
-checksum=8e3c65af4bc9f158e30c7c61fda2d214d2e046f9e947e840199bc7dfb7d4e26a
+checksum=74c04547feb15c3de73eab3fb33af27325d034f8a73178d12793402f80d58f7c
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2024.01.01.
  2023-12-27 20:06 [PR PATCH] rust-analyzer: update to 2023.12.25 icp1994
  2024-01-04  9:10 ` [PR PATCH] [Updated] " icp1994
@ 2024-01-06 20:32 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-06 20:32 UTC (permalink / raw)
  To: ml

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

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

rust-analyzer: update to 2024.01.01.
https://github.com/void-linux/void-packages/pull/47929

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:[~2024-01-06 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27 20:06 [PR PATCH] rust-analyzer: update to 2023.12.25 icp1994
2024-01-04  9:10 ` [PR PATCH] [Updated] " icp1994
2024-01-06 20:32 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.01.01 ahesford

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