9 lines
185 B
TOML
9 lines
185 B
TOML
[libwpg]
|
|
source = "git"
|
|
git = "https://git.code.sf.net/p/libwpg/code"
|
|
|
|
use_max_tag = true
|
|
include_regex = "RELEASE.*"
|
|
from_pattern = 'RELEASE-(\d+)-(\d+)-(\d+)'
|
|
to_pattern = '\1.\2.\3'
|