Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-analyzer: update to 2024.03.11.
@ 2024-03-12 10:10 icp1994
  2024-03-19  7:08 ` [PR PATCH] [Updated] " icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-03-12 10:10 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/49246

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

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

From a45d34afb2938474e6366b1146563e1f2d350843 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 12 Mar 2024 15:30:41 +0530
Subject: [PATCH] rust-analyzer: update to 2024.03.11.

---
 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 b38903720473ca..6398b1ea109c80 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2024.03.04
+version=2024.03.11
 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=bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
+checksum=31df3464840a79ad9303a2df9abb12f46d555e210112e80faa5ab665a8fb7202
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2024.03.11.
  2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
@ 2024-03-19  7:08 ` icp1994
  2024-03-25  7:16 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.18 icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-03-19  7:08 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/49246

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

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

From 1e644bb5e9338d2edc22d89854a0d71a3c15cd0b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 12 Mar 2024 15:30:41 +0530
Subject: [PATCH] rust-analyzer: update to 2024.03.18.

---
 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 b38903720473ca..27c05a97904c7e 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2024.03.04
+version=2024.03.18
 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=bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
+checksum=5c8dc655f01e42e0874fdf59ee27b28faa33d13d2bc5348d6ef29cb5fd8f9f28
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2024.03.18.
  2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
  2024-03-19  7:08 ` [PR PATCH] [Updated] " icp1994
@ 2024-03-25  7:16 ` icp1994
  2024-04-02  7:56 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.25 icp1994
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-03-25  7:16 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/49246

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

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

From 61f531c73b81040f77272cef57520cf26e8f48db Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 12 Mar 2024 15:30:41 +0530
Subject: [PATCH] rust-analyzer: update to 2024.03.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 b38903720473ca..9b8b6ba0ce90cb 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2024.03.04
+version=2024.03.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=bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
+checksum=b889191de7c59d0ed5aeaf5029800392b1ef0bd83ac2c6571b72a85f05772a4b
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2024.03.25.
  2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
  2024-03-19  7:08 ` [PR PATCH] [Updated] " icp1994
  2024-03-25  7:16 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.18 icp1994
@ 2024-04-02  7:56 ` icp1994
  2024-04-16 19:34 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.04.01 icp1994
  2024-04-16 22:21 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.04.15 cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-04-02  7:56 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/49246

rust-analyzer: update to 2024.03.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/49246.patch is attached

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

From 8c4c5344e19a8de1e8ec6ddb8a32133f9c5cc170 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 12 Mar 2024 15:30:41 +0530
Subject: [PATCH] rust-analyzer: update to 2024.04.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 b38903720473ca..53c73dc1345a10 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2024.03.04
+version=2024.04.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=bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
+checksum=2588faecc9dd9d741cad94ff4f8d2189d0f2df4f2e2bda97989ab63369f94305
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2024.04.01.
  2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
                   ` (2 preceding siblings ...)
  2024-04-02  7:56 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.25 icp1994
@ 2024-04-16 19:34 ` icp1994
  2024-04-16 22:21 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.04.15 cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-04-16 19:34 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/49246

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

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

From 5c3f828a42759e92054ae294afb5b1162af9c64f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 12 Mar 2024 15:30:41 +0530
Subject: [PATCH] rust-analyzer: update to 2024.04.15.

---
 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 b38903720473ca..7b8278301f64d6 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2024.03.04
+version=2024.04.15
 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=bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
+checksum=82165955a687966530fe194f729f5ecc9e83fbad3cf4d26bc088542d15eef72a
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2024.04.15.
  2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
                   ` (3 preceding siblings ...)
  2024-04-16 19:34 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.04.01 icp1994
@ 2024-04-16 22:21 ` cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-04-16 22:21 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.04.15.
https://github.com/void-linux/void-packages/pull/49246

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

end of thread, other threads:[~2024-04-16 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 10:10 [PR PATCH] rust-analyzer: update to 2024.03.11 icp1994
2024-03-19  7:08 ` [PR PATCH] [Updated] " icp1994
2024-03-25  7:16 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.18 icp1994
2024-04-02  7:56 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.03.25 icp1994
2024-04-16 19:34 ` [PR PATCH] [Updated] rust-analyzer: update to 2024.04.01 icp1994
2024-04-16 22:21 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.04.15 cinerea0

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