mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
url=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo h=[0-9.]+ \
|
|
| sed 's/h=//'
|
|
}
|