mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
24 lines
657 B
Text
24 lines
657 B
Text
fvoid
|
|
|
|
fvoid latest: https://sourceforge.net/projects/f-void/files/28_03_2024/fvoid-live-x86_64-20240328-lxqt.iso
|
|
|
|
# Template file for 'fvoid'
|
|
OSNAME="fvoid"
|
|
PRETTY="F-Void"
|
|
BASEDOF="Void"
|
|
DESCRIPTION="F-Void (Fork of Void) is a mild modification of Void Linux"
|
|
HOMEPAGE="https://sourceforge.net/projects/f-void"
|
|
CREDENTIALS="-"
|
|
|
|
|
|
RELEASES="latest"
|
|
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local URL="https://sourceforge.net/projects/f-void/files"
|
|
REST=$(web_pipe "https://sourceforge.net/projects/f-void/rss?path=/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | head -1)
|
|
echo "${URL}${REST}"
|
|
}
|
|
|
|
|