mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
url=https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo db-[0-9.]+.tar.gz \
|
|
| grep -Ev '(6.*|18.*)' \
|
|
| sed 's/db-//;s/\.tar\.gz//'
|
|
}
|