diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-05-07 18:44:18 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-05-07 18:44:18 +1000 |
commit | 9f673e1c58ae0b023904d3d9a8b3dbff954826f5 (patch) | |
tree | 1d08b5e22b0dfe091650e5126dc148c27458cc84 /rust-bin/Pkgfile | |
parent | 138c7f0cd0d4dc3b0526f3100cf22907ad1f17f5 (diff) | |
download | opt-9f673e1c58ae0b023904d3d9a8b3dbff954826f5.tar.gz opt-9f673e1c58ae0b023904d3d9a8b3dbff954826f5.tar.xz |
rust-bin: fix binary for crux-3.5
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 66f07bb4a..f0c47ab8f 100644 --- a/rust-bin/Pkgfile +++ b/rust-bin/Pkgfile @@ -6,8 +6,8 @@ name=rust-bin version=1.34.1 -release=1 -source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz) +release=2 +source=(https://crux.ster.zone/downloads/rust/rust-$version-crux-3.5-bin.tar.xz) build() { cp -a $SRC/usr $PKG/ |