17 lines
387 B
Text
17 lines
387 B
Text
|
|
# Resolv TaskServ Version Configuration
|
||
|
|
# Migrated from: provisioning/extensions/taskservs/networking/resolv/kcl/version.k
|
||
|
|
|
||
|
|
{
|
||
|
|
name = "resolv",
|
||
|
|
|
||
|
|
version = {
|
||
|
|
current = "1.0.0",
|
||
|
|
source = "https://linux.man-online.org/man5/resolv.conf.html",
|
||
|
|
site = "https://en.wikipedia.org/wiki/Resolv.conf",
|
||
|
|
check_latest = false,
|
||
|
|
grace_period = 86400,
|
||
|
|
},
|
||
|
|
|
||
|
|
dependencies = [],
|
||
|
|
}
|