diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-15 13:15:26 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:47 +0700 |
commit | 3df98bd82ba174e153b74b34a224a0a429a75392 (patch) | |
tree | b5761bbbdd93e3f74f2e0ad64ae5cbe5ddb1fbe9 /development/mrustc/mrustc.SlackBuild | |
parent | 9b3d351bf0f3c608cd2b9f44e1b9435961340586 (diff) |
development/mrustc: Updated for version git5d4bf9e.
Diffstat (limited to 'development/mrustc/mrustc.SlackBuild')
-rw-r--r-- | development/mrustc/mrustc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/mrustc/mrustc.SlackBuild b/development/mrustc/mrustc.SlackBuild index aee05459ab160..462e8685cb779 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:-35c11b8e48fc92ad4b0992cf0b73f3e570468874} +GITREV=${GITREV:-5d4bf9e96d795623f1b32b2f1f2e57c4f74419fe} VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')} RUSTCVERSION=${RUSTCVERSION:-1.19.0} BUILD=${BUILD:-1} |