From e421d5923aca137cdda76e4fe9e3543f8588f707 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 16 Feb 2017 15:18:15 +0100 Subject: [PATCH] rust: update to 1.15.1. --- srcpkgs/rust/template | 4 ++-- srcpkgs/rust/update | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 8e3cc04a133..ca2fa66ad35 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,6 +1,6 @@ # Template file for 'rust' pkgname=rust -version=1.15.0 +version=1.15.1 revision=1 # NB. if you push any(!) new version, don't forget to put a build # output of musl to https://repo.voidlinux.eu/distfiles/ @@ -17,7 +17,7 @@ maintainer="Leah Neukirchen " homepage="http://www.rust-lang.org/" license="MIT, Apache-2.0" distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" -checksum=33f3747d231ede34b56c6cc0ae6be8cbaa29d2fdb39d86f25693dceb9fc5f164 +checksum=2e7daad418a830b45b977cd7ecf181b65f30f73df63ff36e124ea5fe5d1af327 case "$XBPS_MACHINE" in x86_64-musl) diff --git a/srcpkgs/rust/update b/srcpkgs/rust/update index 9805bab8e05..6f0cdc4cfa4 100644 --- a/srcpkgs/rust/update +++ b/srcpkgs/rust/update @@ -1 +1,2 @@ -pkgname=rustc +site="https://github.com/rust-lang/rust/tags" +pattern='/archive/\K[\d\.]+(?=\.tar\.gz")'