nvchecker: add python-blosc/blosc

This commit is contained in:
George Rawlinson 2021-10-18 20:36:01 +00:00
parent c84374f20a
commit 04f95e5959
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 12 additions and 0 deletions

View File

@ -82,6 +82,18 @@ prefix = "r"
# github
[blosc]
source = "github"
github = "Blosc/c-blosc"
use_max_tag = true
prefix = "v"
[python-blosc]
source = "github"
github = "Blosc/python-blosc"
use_max_tag = true
prefix = "v"
[dbmate]
source = "github"
github = "amacneil/dbmate"