Skip to content

Commit c1b6dd3

Browse files
authored
rust-analyzer: update to 20251208 (#26781)
1 parent 7ffb69c commit c1b6dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-rust-analyzer/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=rust-analyzer
44
pkgbase=mingw-w64-${_realname}
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6-
_pkgver=2025-12-01
6+
_pkgver=2025-12-08
77
pkgver=${_pkgver//-}
88
pkgrel=1
99
pkgdesc="A Rust compiler front-end for IDEs (mingw-w64)"
@@ -16,7 +16,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-rust<1.80.0-2")
1616
depends=("${MINGW_PACKAGE_PREFIX}-rust-src")
1717
makedepends=('git')
1818
source=("git+${msys2_repository_url}.git#tag=${_pkgver}")
19-
sha256sums=('335d9f53fd8fe6040d0628417449d00e4e31ff1c34ed18a0b97d52d6a582596b')
19+
sha256sums=('066c7df6c80debed7d8d6ce4fae4b2182ee3fcb437160b3997f82285fb66cefb')
2020

2121
prepare() {
2222
cd "${_realname}"

0 commit comments

Comments
 (0)