21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
# KCL Version configuration for webhook taskserv
|
|
# Uses proper import from centralized schema definitions
|
|
|
|
import taskservs.version as schema
|
|
|
|
# Webhook taskserv configuration
|
|
_version = schema.TaskservVersion {
|
|
name = "webhook"
|
|
version = schema.Version {
|
|
current = "latest"
|
|
source = "https://github.com/webhooksite/webhook.site/releases"
|
|
tags = "https://github.com/webhooksite/webhook.site/tags"
|
|
site = "https://webhook.site"
|
|
check_latest = True # Can auto-update for development tools
|
|
grace_period = 86400
|
|
}
|
|
dependencies = []
|
|
}
|
|
|
|
# Output for dynamic cache system
|
|
_version |