nvchecker: add python-blosc/blosc
This commit is contained in:
parent
c84374f20a
commit
04f95e5959
1 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue