firefox: update file

This commit is contained in:
Luis
2023-01-16 13:03:55 +00:00
parent 32e74f3676
commit 2d737f0a18

7
main/firefox/update Normal file
View File

@@ -0,0 +1,7 @@
url=https://archive.mozilla.org/pub/firefox/releases/
port_getver() {
fetch \
| grep -Eo releases/[0-9.]+/ \
| cut -d / -f2
}