nvchecker: add uasm

primary
George Rawlinson 2022-10-01 14:47:19 +13:00
parent 74e611bc2f
commit 40b2853e1e
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 0 deletions

View File

@ -147,6 +147,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[uasm]
source = "github"
github = "terraspace/uasm"
use_max_tag = true
prefix = "v"
ignored = "v213"
[go-swagger]
source = "github"
github = "go-swagger/go-swagger"