Skip to content

Commit

Permalink
rust-analyzer: update to 20241202
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 3, 2024
1 parent eff637b commit 8ed55b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-rust-analyzer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=rust-analyzer
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_pkgver=2024-11-18
_pkgver=2024-12-02
pkgver=${_pkgver//-}
pkgrel=1
pkgdesc="A Rust compiler front-end for IDEs (mingw-w64)"
Expand All @@ -16,7 +16,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-rust<1.80.0-2")
depends=("${MINGW_PACKAGE_PREFIX}-rust-src")
makedepends=('git')
source=("git+${msys2_repository_url}.git#tag=${_pkgver}")
sha256sums=('dec7136f43d76328d78192a611d7fdc7deab29c21d31fc67d57ad41539c8c37a')
sha256sums=('ff5a02e189fc0d512ee2a4cc015a2ff745f9ae84ef1169643e95c808a9612e91')

prepare() {
cd "${_realname}"
Expand Down

0 comments on commit 8ed55b0

Please sign in to comment.