rust-analyzer: 20220822 -> 20220919

This commit is contained in:
Tim Biermann 2022-09-19 21:50:44 +02:00
parent d88f36553b
commit 2ac57b674b
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF380eH7uih2ilagvXM5n311bh/oYg3sDIYNw6ngnduHtbKnI28GIqgSYEs9Z2SrlgLxCW78DRzZLGcwEj2TpWYg0=
SHA256 (Pkgfile) = 138a3a21b8061f1dd803986e23f0d357956c5d955ee379d46cd4f21437da44f1
RWSagIOpLGJF32FPq9Aeu4U+spv81/zDS/fwc3dzo2+nvrrlamYF68S11pLVuva+XEXSJYavTBCIEBEYVWovIgWaHlwkynbTLgk=
SHA256 (Pkgfile) = 75be6473575d34631b2bfc3475b2cab71f4c4bf7c41e63b94867cf816ca9ad78
SHA256 (.footprint) = 0b298544e01b8fbc5119583b3aa96f10232e4b267ef9f2d069810f8011b6ee34
SHA256 (rust-analyzer-20220822.tar.gz) = 4ae1a6f0f674c74f20d11c9503c88f931eccfb9c53e10fbc91e0f7a1e6bf6f56
SHA256 (rust-analyzer-20220919.tar.gz) = da17be5a3f4257f7c2ae607d9f87aac02a8c669a5cc979a7fb09d9e02fb223b4

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=rust-analyzer
version=20220822
version=20220919
_version=${version::4}-${version:4:2}-${version:6:2}
release=1
source=(https://github.com/rust-analyzer/rust-analyzer/archive/$_version/$name-$version.tar.gz)
@ -14,7 +14,6 @@ build() {
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
#cargo update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$_version/Cargo.toml
install -Dt $PKG/usr/bin $name-$_version/target/release/$name