eth0s/ports/core/gcc/update

8 lines
93 B
Text
Raw Normal View History

2021-06-13 19:27:19 +08:00
url=$(dirname $url)
getver_gcc() {
fetch \
| grep -Eo gcc-[0-9.]+ \
| sed "s/$name-//"
}