Skip to content

Commit 31f5bdd

Browse files
scoop: update manifest to v0.1.0-alpha
1 parent b79d4fb commit 31f5bdd

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

bucket/zenodo-cli.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.1.0-alpha",
33
"description": "CLI tool for managing metadata, searching records, and querying assets on Zenodo.",
44
"homepage": "https://github.com/ran-codes/zenodo-cli",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
88
"url": [
9-
"https://github.com/ran-codes/zenodo-cli/releases/download/v0.0.0/zenodo-windows-amd64.exe",
10-
"https://github.com/ran-codes/zenodo-cli/releases/download/v0.0.0/zenodo-mcp-windows-amd64.exe"
9+
"https://github.com/ran-codes/zenodo-cli/releases/download/v0.1.0-alpha/zenodo-windows-amd64.exe",
10+
"https://github.com/ran-codes/zenodo-cli/releases/download/v0.1.0-alpha/zenodo-mcp-windows-amd64.exe"
1111
],
1212
"hash": [
1313
"",
@@ -21,7 +21,10 @@
2121
"Copy-Item \"$dir\\zenodo-mcp-windows-amd64.exe\" \"$dir\\zenodo-mcp.exe\""
2222
]
2323
},
24-
"bin": ["zenodo.exe", "zenodo-mcp.exe"],
24+
"bin": [
25+
"zenodo.exe",
26+
"zenodo-mcp.exe"
27+
],
2528
"checkver": {
2629
"github": "https://github.com/ran-codes/zenodo-cli"
2730
},

0 commit comments

Comments
 (0)