summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-02-11 14:16:53 +0300
committermurlakatamenka2020-02-11 14:16:53 +0300
commita5c329ff7f3d6d45ddb21a198699738042050e61 (patch)
tree77e88fff1e8ec5588485c881361e5134c32c35a2
parentefc5257e36654a4fa55696b83b32e26859c085fd (diff)
downloadaur-a5c329ff7f3d6d45ddb21a198699738042050e61.tar.gz
Update version to 2020-02-11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5b678ebda87..9aeb1cdfe014 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 = 20200210
+ pkgver = 20200211
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-2020-02-10::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-10/ra_lsp_server-linux
- md5sums = fa0cec000757151f5d8e5502d2010293
+ source = ra_lsp_server-2020-02-11::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-11/ra_lsp_server-linux
+ md5sums = 3589fecb0a1743f5c2b6ccbf8e115e8d
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index f372a8574295..77c61072d632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200210
-_pkgver='2020-02-10'
+pkgver=20200211
+_pkgver='2020-02-11'
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-$_pkgver::$url/releases/download/$_pkgver/ra_lsp_server-linux")
-md5sums=('fa0cec000757151f5d8e5502d2010293')
+md5sums=('3589fecb0a1743f5c2b6ccbf8e115e8d')
pkgver() {
echo ${_pkgver//-}