generated from archlinux/template
8 lines
167 B
TOML
8 lines
167 B
TOML
[linux]
|
|
source = "git"
|
|
git = "https://github.com/archlinux/linux.git"
|
|
include_regex = 'v\d+(\.\d+)*-arch\d+'
|
|
from_pattern = '-([a-z])'
|
|
to_pattern = '.\1'
|
|
prefix = "v"
|