Add chroma, cobalt, gopass (#2805)

* Add chroma, cobalt, gopass

* Cobalt: Convert single-item array into string in 'suggest' field

* Gopass: Add 'extract_dir' in autoupdate

* Chroma,Gopass: Add 'hash' in autoupdate
This commit is contained in:
Gaeulbyul 2018-12-01 12:43:04 +09:00 committed by Ross Smith II
parent 7501fe0a77
commit f7cd1e987e
3 changed files with 94 additions and 0 deletions

31
chroma.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://github.com/alecthomas/chroma",
"description": "A general purpose syntax highlighter in pure Go",
"version": "0.6.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.0/chroma-0.6.0-windows-amd64.tar.gz",
"hash": "5db849ac85c3c0907a346f5132a59666412c0f1193515e3966e7cac4d90b5f28"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v0.6.0/chroma-0.6.0-windows-386.tar.gz",
"hash": "790483a5d7a9e326436cb059b67498eb3f024549cc8cb3d6c4483d7c0ab0d285"
}
},
"bin": "chroma.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/chroma-$version-checksums.txt"
}
}
}

26
cobalt.json Normal file
View File

@ -0,0 +1,26 @@
{
"homepage": "https://cobalt-org.github.io/",
"description": "Static site generator written in Rust",
"version": "0.14.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.14.0/cobalt-v0.14.0-x86_64-pc-windows-msvc.zip",
"hash": "88599abe6b2be51479b2045d2c6ae2d07228c5a3fd5be68d1396dd8437cb5fe1"
}
},
"bin": "cobalt.exe",
"checkver": {
"github": "https://github.com/cobalt-org/cobalt.rs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v$version/cobalt-v$version-x86_64-pc-windows-msvc.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}

37
gopass.json Normal file
View File

@ -0,0 +1,37 @@
{
"homepage": "https://www.gopass.pw/",
"description": "The slightly more awesome standard unix password manager for teams",
"version": "1.8.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.8.3/gopass-1.8.3-windows-amd64.zip",
"hash": "53738a9002b2b734db0405f8cc0169fd941b2eebed5944439bc135e3d167c551",
"extract_dir": "gopass-1.8.3-windows-amd64"
},
"32bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.8.3/gopass-1.8.3-windows-386.zip",
"hash": "13de1f1c8c2382f9f3324b5b9539be9ef46a1951f4364f9585f583a0839ae62d",
"extract_dir": "gopass-1.8.3-windows-386"
}
},
"bin": "gopass.exe",
"checkver": {
"github": "https://github.com/gopasspw/gopass"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-amd64.zip",
"extract_dir": "gopass-$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-386.zip",
"extract_dir": "gopass-$version-windows-386"
}
},
"hash": {
"url": "$baseurl/gopass_$version_SHA256SUMS"
}
}
}