mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
acorn: Add version 0.1.5 (#3857)
* Add manifest for acorn CLI Add manifest for acorn CLI * Update bucket/acorn.json Co-authored-by: tech189 <dlloyd189@gmail.com> * Update homepage Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix JSON formatting Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix missing bracket Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Simplify new version detection Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: tech189 <dlloyd189@gmail.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
62315c3abd
commit
5a5f88a752
26
bucket/acorn.json
Normal file
26
bucket/acorn.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "0.1.5",
|
||||
"description": "A simple application deployment framework for Kubernetes.",
|
||||
"homepage": "https://acorn.io",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/acorn-io/acorn/releases/download/v0.1.5/acorn-v0.1.5-windows-amd64.zip",
|
||||
"hash": "d0484265f8e8becf70ae000a0219894acefe0c6f7ea22a3c313c5ef46ce8e440"
|
||||
}
|
||||
},
|
||||
"bin": "acorn.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/acorn-io/acorn"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/acorn-io/acorn/releases/download/v$version/acorn-v$version-windows-amd64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user