mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
url=https://www.rust-lang.org/
|
|
|
|
getver_rust() {
|
|
fetch \
|
|
| grep Version \
|
|
| sed 's/.*Version //;s/<.*//'
|
|
}
|