mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
url=http://site.icu-project.org/download
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo 'ICU4C-Download">[0-9.]+' \
|
|
| sed 's/ICU4C-Download">//' \
|
|
| sort -V \
|
|
| grep -v [a-z]
|
|
}
|