diff options
Diffstat (limited to 'rust-bin/Pkgfile')
-rw-r--r-- | rust-bin/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust-bin/Pkgfile b/rust-bin/Pkgfile index 7d277899b..daac0c8a2 100644 --- a/rust-bin/Pkgfile +++ b/rust-bin/Pkgfile @@ -5,11 +5,12 @@ # Optional: sccache name=rust-bin -version=1.41.0 +version=1.42.0 release=1 source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.5-bin.tar.xz) build() { cp -a $SRC/usr $PKG/ find $PKG -name 'README.md' -exec rm '{}' \+ + find $PKG -type d -exec chmod g-s+x '{}' \+ } |