AutoYADM commit: 2025-05-06 18:07:08
This commit is contained in:
parent
61680e242b
commit
acdf2d996d
5 changed files with 61 additions and 0 deletions
15
.config/nvchecker/new_ver.json
Normal file
15
.config/nvchecker/new_ver.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"data": {
|
||||
"codebook": {
|
||||
"version": "0.2.12",
|
||||
"gitref": "refs/tags/v0.2.12",
|
||||
"url": "https://github.com/blopker/codebook/releases/tag/v0.2.12"
|
||||
},
|
||||
"iwe": {
|
||||
"version": "iwe-v0.0.31",
|
||||
"gitref": "refs/tags/iwe-v0.0.31",
|
||||
"url": "https://github.com/iwe-org/iwe/releases/tag/iwe-v0.0.31"
|
||||
}
|
||||
}
|
||||
}
|
15
.config/nvchecker/nvchecker.toml
Normal file
15
.config/nvchecker/nvchecker.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[__config__]
|
||||
oldver = "old_ver.json"
|
||||
newver = "new_ver.json"
|
||||
|
||||
[codebook]
|
||||
source = "github"
|
||||
github = "blopker/codebook"
|
||||
prefix = "v"
|
||||
use_latest_release = true
|
||||
|
||||
[iwe]
|
||||
source = "github"
|
||||
github = "iwe-org/iwe"
|
||||
prefix = "v"
|
||||
use_latest_release = true
|
15
.config/nvchecker/old_ver.json
Normal file
15
.config/nvchecker/old_ver.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"data": {
|
||||
"codebook": {
|
||||
"version": "0.2.12",
|
||||
"gitref": "refs/tags/v0.2.12",
|
||||
"url": "https://github.com/blopker/codebook/releases/tag/v0.2.12"
|
||||
},
|
||||
"iwe": {
|
||||
"version": "iwe-v0.0.31",
|
||||
"gitref": "refs/tags/iwe-v0.0.31",
|
||||
"url": "https://github.com/iwe-org/iwe/releases/tag/iwe-v0.0.31"
|
||||
}
|
||||
}
|
||||
}
|
15
.config/nvchecker/old_ver.json~
Normal file
15
.config/nvchecker/old_ver.json~
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"data": {
|
||||
"codebook": {
|
||||
"version": "0.2.11",
|
||||
"gitref": "refs/tags/v0.2.11",
|
||||
"url": "https://github.com/blopker/codebook/releases/tag/v0.2.11"
|
||||
},
|
||||
"iwe": {
|
||||
"version": "iwe-v0.0.31",
|
||||
"gitref": "refs/tags/iwe-v0.0.31",
|
||||
"url": "https://github.com/iwe-org/iwe/releases/tag/iwe-v0.0.31"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -69,3 +69,4 @@
|
|||
.config/just
|
||||
.config/codebook
|
||||
.config/rbw
|
||||
.config/nvchecker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue