* [PR PATCH] rust-analyzer: update to 2024.02.19.
@ 2024-02-22 20:09 icp1994
2024-02-26 19:31 ` dataCobra
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-02-22 20:09 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/48881
rust-analyzer: update to 2024.02.19.
#### 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/48881.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-analyzer-48881.patch --]
[-- Type: text/x-diff, Size: 1074 bytes --]
From e9016d990b465193474deff8386b3f8a5526b8e6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 21 Feb 2024 12:04:20 +0530
Subject: [PATCH] rust-analyzer: update to 2024.02.19.
---
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 07edf59ce905b..6a31edea77233 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.02.12
+version=2024.02.19
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=696417db82bdc13e2519b867e35408dd87962d2574703bb41563be9d9714aeba
+checksum=ddff090d2245d97ef1d8e173a494b4693f362c0c4506083920b9b37c808fef21
# tests require Rust source code
make_check=no
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: rust-analyzer: update to 2024.02.19.
2024-02-22 20:09 [PR PATCH] rust-analyzer: update to 2024.02.19 icp1994
@ 2024-02-26 19:31 ` dataCobra
2024-02-28 6:10 ` [PR PATCH] [Updated] " icp1994
2024-03-01 14:51 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.02.26 ahesford
2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-02-26 19:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/48881#issuecomment-1965081646
Comment:
Could we bump this directly to the version that came out today? :slightly_smiling_face:
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] rust-analyzer: update to 2024.02.19.
2024-02-22 20:09 [PR PATCH] rust-analyzer: update to 2024.02.19 icp1994
2024-02-26 19:31 ` dataCobra
@ 2024-02-28 6:10 ` icp1994
2024-03-01 14:51 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.02.26 ahesford
2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-02-28 6: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/48881
rust-analyzer: update to 2024.02.19.
#### 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/48881.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-analyzer-48881.patch --]
[-- Type: text/x-diff, Size: 1076 bytes --]
From 3d569243a3e2cb30082b29f1d1ef6acf495cfa33 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 21 Feb 2024 12:04:20 +0530
Subject: [PATCH] rust-analyzer: update to 2024.02.26.
---
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 07edf59ce905bd..d0eda380b0c293 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.02.12
+version=2024.02.26
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=696417db82bdc13e2519b867e35408dd87962d2574703bb41563be9d9714aeba
+checksum=d735bbea888c9d0742f6226c595071075deab00db81b5309b12956cc1f97172f
# tests require Rust source code
make_check=no
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2024.02.26.
2024-02-22 20:09 [PR PATCH] rust-analyzer: update to 2024.02.19 icp1994
2024-02-26 19:31 ` dataCobra
2024-02-28 6:10 ` [PR PATCH] [Updated] " icp1994
@ 2024-03-01 14:51 ` ahesford
2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2024-03-01 14:51 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.02.26.
https://github.com/void-linux/void-packages/pull/48881
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] 4+ messages in thread
end of thread, other threads:[~2024-03-01 14:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 20:09 [PR PATCH] rust-analyzer: update to 2024.02.19 icp1994
2024-02-26 19:31 ` dataCobra
2024-02-28 6:10 ` [PR PATCH] [Updated] " icp1994
2024-03-01 14:51 ` [PR PATCH] [Merged]: rust-analyzer: update to 2024.02.26 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).