mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
url=https://golang.org/dl/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo go[0-9a-z.]+.src.tar.gz \
|
|
| sed "s/^go//;s/\.src.*//" \
|
|
| grep -Ev '(beta|rc)'
|
|
}
|