summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-02-17 21:50:17 +0300
committermurlakatamenka2020-02-17 21:50:17 +0300
commitcab9f133b85f5007c97234fbcc1dad59ae3e2876 (patch)
treee6a9f070788afcc2d2093f1a1656f69448cc9926
parenta5c329ff7f3d6d45ddb21a198699738042050e61 (diff)
downloadaur-cab9f133b85f5007c97234fbcc1dad59ae3e2876.tar.gz
Update version to 2020-02-17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aeb1cdfe014..6c9af914c3ed 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 = 20200211
+ pkgver = 20200217
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-11::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-11/ra_lsp_server-linux
- md5sums = 3589fecb0a1743f5c2b6ccbf8e115e8d
+ source = ra_lsp_server-2020-02-17::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-17/ra_lsp_server-linux
+ md5sums = 10da24fbd829488d31834ad1b5335a27
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 77c61072d632..072ce52680f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200211
-_pkgver='2020-02-11'
+pkgver=20200217
+_pkgver='2020-02-17'
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=('3589fecb0a1743f5c2b6ccbf8e115e8d')
+md5sums=('10da24fbd829488d31834ad1b5335a27')
pkgver() {
echo ${_pkgver//-}