mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 20:44:52 +00:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
url=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
|
|
|
getver_linux-firmware() {
|
|
fetch \
|
|
| grep -Eo h=[0-9.]+ \
|
|
| sed 's/h=//' \
|
|
| sort -V \
|
|
| uniq
|
|
}
|