Skip to content

Commit e98b342

Browse files
authored
secretspec: Add version 0.19.1 (#8427)
1 parent ae997c4 commit e98b342

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

bucket/secretspec.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"version": "0.19.1",
3+
"description": "A declarative interface for every secret provider.",
4+
"homepage": "https://secretspec.dev",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/cachix/secretspec/releases/download/v0.19.1/secretspec-x86_64-pc-windows-msvc.zip",
9+
"hash": "563bf248bdbeac90cacc9c8706ca11d16504947b91a132632c45285dc80d4f75"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/cachix/secretspec/releases/download/v0.19.1/secretspec-aarch64-pc-windows-msvc.zip",
13+
"hash": "d86b2ebd293df1274df9de5b86f5524f55aa6767b523eca86200b079e87141b6"
14+
}
15+
},
16+
"bin": "secretspec.exe",
17+
"checkver": {
18+
"github": "https://github.com/cachix/secretspec"
19+
},
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/cachix/secretspec/releases/download/v$version/secretspec-x86_64-pc-windows-msvc.zip"
24+
},
25+
"arm64": {
26+
"url": "https://github.com/cachix/secretspec/releases/download/v$version/secretspec-aarch64-pc-windows-msvc.zip"
27+
}
28+
},
29+
"hash": {
30+
"url": "$url.sha256"
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)