Compare commits

...

2 commits

Author SHA1 Message Date
9235b2d1f7
nvchecker: add pt2-clone 2022-11-06 21:29:16 +13:00
7ba6579eb4
nvchecker: add ft2-clone 2022-11-06 21:29:08 +13:00

View file

@ -147,6 +147,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[pt2-clone]
source = "github"
github = "8bitbubsy/pt2-clone"
use_max_tag = true
prefix = "v"
[ft2-clone]
source = "github"
github = "8bitbubsy/ft2-clone"
use_max_tag = true
prefix = "v"
[python-pillow]
source = "github"
github = "python-pillow/pillow"