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 d40d0f3aa6cc..f2d54e3eb965 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 = 20200113
+ pkgver = 20200120
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 = ra_lsp_server::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-01-13/ra_lsp_server-linux
- md5sums = 0be102a3e9afb84683257c6e32199879
+ source = ra_lsp_server::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-01-20/ra_lsp_server-linux
+ md5sums = 1a6b0e4462875c7e16210282542714bb
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c2e6da68ee7..29b4b09992b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200113
-_pkgver='2020-01-13'
+pkgver=20200120
+_pkgver='2020-01-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=("ra_lsp_server::$url/releases/download/$_pkgver/ra_lsp_server-linux")
-md5sums=('0be102a3e9afb84683257c6e32199879')
+md5sums=('1a6b0e4462875c7e16210282542714bb')
pkgver() {
echo ${_pkgver//-}