diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-05-28 08:30:30 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:38 +0700 |
commit | 7203ebdbc466054c1882a9e63f4da841cd0428cc (patch) | |
tree | 092213356177be4b9b2960970400c4a489d11a4a /development/mrustc | |
parent | 1d3027cd31ae5455f4f55cff8f3246b1a153927a (diff) | |
download | slackbuilds-7203ebdbc466054c1882a9e63f4da841cd0428cc.tar.gz |
development/mrustc: Updated for version git5206b78.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/mrustc')
-rw-r--r-- | development/mrustc/mrustc.SlackBuild | 2 | ||||
-rw-r--r-- | development/mrustc/mrustc.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/mrustc/mrustc.SlackBuild b/development/mrustc/mrustc.SlackBuild index bb73d64c3f..ba3390b6aa 100644 --- a/development/mrustc/mrustc.SlackBuild +++ b/development/mrustc/mrustc.SlackBuild @@ -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} diff --git a/development/mrustc/mrustc.info b/development/mrustc/mrustc.info index 05e388d9d5..b49dff1d20 100644 --- a/development/mrustc/mrustc.info +++ b/development/mrustc/mrustc.info @@ -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" |