development/mrustc: Updated for version git5206b78.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-05-28 08:30:30 +12:00 committed by Willy Sudiarto Raharjo
parent 1d3027cd31
commit 7203ebdbc4
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mrustc
GITREV=${GITREV:-b5b70897015ee70d62ddda9711c256ca7c720e0f}
GITREV=${GITREV:-5206b786247238f32a2b5ad8ed7f6d378a1d2d12}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
RUSTCVERSION=${RUSTCVERSION:-1.19.0}
BUILD=${BUILD:-1}

View file

@ -1,11 +1,11 @@
PRGNAM="mrustc"
VERSION="gitb5b7089"
VERSION="git5206b78"
HOMEPAGE="https://github.com/thepowersgang/mrustc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/b5b70897015ee70d62ddda9711c256ca7c720e0f/mrustc-b5b70897015ee70d62ddda9711c256ca7c720e0f.tar.gz \
DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/5206b786247238f32a2b5ad8ed7f6d378a1d2d12/mrustc-5206b786247238f32a2b5ad8ed7f6d378a1d2d12.tar.gz \
https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.xz"
MD5SUM_x86_64="3d385c43c17f157c0a8b29f99d580b82 \
MD5SUM_x86_64="885a166cbbf5c59c243c69a2b88d7e27 \
e9af5bb321c0cad44ea0e3e2c644ab2f"
REQUIRES=""
MAINTAINER="Andrew Clemons"