summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormurlakatamenka2020-04-27 16:54:14 +0300
committermurlakatamenka2020-04-27 16:55:32 +0300
commit6c1e523b341f9c42953d3a8ef85b68d7502b6104 (patch)
treed42e5691ea2a619a9e927aeecdbc1cad7f60b675 /PKGBUILD
parent730236f0af2ff94c74cdd5ef690ca5b1ad5fab1b (diff)
downloadaur-6c1e523b341f9c42953d3a8ef85b68d7502b6104.tar.gz
Update to 2020-04-27: first official release!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b87aace2104a..c1ae6b39655f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200420
-_pkgver='2020-04-20'
+pkgver=20200427
+_pkgver='2020-04-27'
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=('b0ae9fe5ce7c6c673380faa512ef1751')
+md5sums=('de134b643c19a19641bc466a818bafc0')
pkgver() {
echo ${_pkgver//-}