summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99dd46cb30ce..db65d9c8a118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer-bin
pkgdesc = An experimental Rust compiler front-end for IDEs. Binary build.
- pkgver = 20200413
+ pkgver = 20200420
pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = rust-analyzer-bin
conflicts = rust-analyzer
conflicts = rust-analyzer-git
conflicts = rust-analyzer-vscode-git
- source = rust-analyzer-2020-04-13::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-04-13/rust-analyzer-linux
- md5sums = afcf62b9e14fd599d84fc592d1dbb011
+ source = rust-analyzer-2020-04-20::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-04-20/rust-analyzer-linux
+ md5sums = b0ae9fe5ce7c6c673380faa512ef1751
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2085536d8f7e..b87aace2104a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200413
-_pkgver='2020-04-13'
+pkgver=20200420
+_pkgver='2020-04-20'
pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs. Binary build."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
provides=('rust-analyzer')
conflicts=('rust-analyzer' 'rust-analyzer-git' 'rust-analyzer-vscode-git')
source=("rust-analyzer-$_pkgver::$url/releases/download/$_pkgver/rust-analyzer-linux")
-md5sums=('afcf62b9e14fd599d84fc592d1dbb011')
+md5sums=('b0ae9fe5ce7c6c673380faa512ef1751')
pkgver() {
echo ${_pkgver//-}