diff options
author | Danny Rawlins <contact@romster.me> | 2020-10-19 11:30:21 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-10-19 11:30:21 +1100 |
commit | fee7521e908f08150525f59c5ecc302d6489092d (patch) | |
tree | 9177582ac084dee36ce9f9bd9f5597d1791a2ce2 /rust-bin/Pkgfile | |
parent | 5d1b5d7a12860c1142da67f826fa1b5d36bd4d8d (diff) | |
download | opt-fee7521e908f08150525f59c5ecc302d6489092d.tar.gz opt-fee7521e908f08150525f59c5ecc302d6489092d.tar.xz |
rust-bin: update for llvm 11.0.0
Diffstat (limited to 'rust-bin/Pkgfile')
-rw-r--r-- | rust-bin/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-bin/Pkgfile b/rust-bin/Pkgfile index 7f5552a5c..3e69349db 100644 --- a/rust-bin/Pkgfile +++ b/rust-bin/Pkgfile @@ -1,12 +1,12 @@ # Description: The Rust language with Cargo included (binary edition). # URL: https://www.rust-lang.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: llvm +# Depends on: llvm compiler-rt # Optional: sccache name=rust-bin version=1.47.0 -release=1 +release=2 source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.6-bin.tar.xz) build() { |