aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricp <pangolin@vivaldi.net>2024-04-23 06:03:07 +0000
committerPiraty <mail@piraty.dev>2024-05-26 20:29:21 +0000
commitac6fab7d3af812b81234f91f8d7d3fb41599a339 (patch)
tree136eb675890dc078951f6550ed5254540e551516
parent8ae2036137cb619ee9c3e72ce4b0d06ec4ddb94f (diff)
downloadvoid-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar.gz
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar.bz2
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar.lz
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar.xz
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.tar.zst
void-packages-ac6fab7d3af812b81234f91f8d7d3fb41599a339.zip
rust-analyzer: update to 2024.05.13.
-rw-r--r--srcpkgs/rust-analyzer/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 7b8278301f6..959d0a02777 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.04.15
+version=2024.05.13
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=82165955a687966530fe194f729f5ecc9e83fbad3cf4d26bc088542d15eef72a
+checksum=1a02f0d55701ef270a091f800d45ab51ee0ed6e8e75f901f1d0959b2990625af
# tests require Rust source code
make_check=no