Skip to content

Commit c0afdd1

Browse files
authored
acorn: Add version 0.1.52 (#16876)
1 parent 99b851c commit c0afdd1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

bucket/acorn.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"version": "0.1.52",
3+
"description": "Command line multi-tool that employs automated processes for informing and enforcing defined content schemas, primarily intended for research activity data.",
4+
"homepage": "https://acorn.ornl.gov",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-pc-windows-gnu/v0.1.52/acorn.exe",
9+
"hash": "eb078a720d5cd4d2cd50a563ceb88d6c391510310d384837df018098a601c4e0"
10+
}
11+
},
12+
"bin": "acorn.exe",
13+
"checkver": {
14+
"url": "https://code.ornl.gov/api/v4/projects/16689/releases/permalink/latest",
15+
"jp": "$.tag_name",
16+
"regex": "v([\\d.]+)"
17+
},
18+
"autoupdate": {
19+
"architecture": {
20+
"64bit": {
21+
"url": "https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-pc-windows-gnu/v$version/acorn.exe"
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)