diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-04-26 08:02:14 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-05 06:46:33 +0700 |
commit | f181fd076ba365f38b6d08b9fc0708d7141d9e9a (patch) | |
tree | 60fb13cd67326519354d67b1a9be85486adf1186 /development/mrustc | |
parent | ab8183af6e92c20a24be4d46c676fefdd051dbf1 (diff) |
development/mrustc: Updated for git173dfa9.
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 86219fb95fec..9267fa84c189 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:-4f98e4322ef7aabd3bbef8cd93c0980cd6eeeed1} +GITREV=${GITREV:-173dfa9fea9e65ec49fa4def9117b01c0a485ab5} 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 4024f19a66e6..4e6635facb00 100644 --- a/development/mrustc/mrustc.info +++ b/development/mrustc/mrustc.info @@ -1,11 +1,11 @@ PRGNAM="mrustc" -VERSION="git4f98e43" +VERSION="git173dfa9" HOMEPAGE="https://github.com/thepowersgang/mrustc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/4f98e4322ef7aabd3bbef8cd93c0980cd6eeeed1/mrustc-4f98e4322ef7aabd3bbef8cd93c0980cd6eeeed1.tar.gz \ +DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/173dfa9fea9e65ec49fa4def9117b01c0a485ab5/mrustc-173dfa9fea9e65ec49fa4def9117b01c0a485ab5.tar.gz \ https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.xz" -MD5SUM_x86_64="f73f9070c637b181eb9944c5d809e714 \ +MD5SUM_x86_64="76751a31931e4a03369eaa4f9b187466 \ e9af5bb321c0cad44ea0e3e2c644ab2f" REQUIRES="" MAINTAINER="Andrew Clemons" |