mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-19 18:29:34 +01:00
6 lines
200 B
YAML
6 lines
200 B
YAML
RepoType: git
|
|
Repo: https://github.com/rust-lang/rustup
|
|
|
|
Prepare: |
|
|
export version=$(git describe --exact-match --tags)
|
|
sed -i -e "/RUSTUP_UPDATE_ROOT/s|/dist/|/archive/$version/|" rustup-init.sh
|