mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 00:26:01 +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)'
|
|
}
|