diff --git a/chroma.json b/chroma.json new file mode 100644 index 0000000000..004263a4f4 --- /dev/null +++ b/chroma.json @@ -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" + } + } +} diff --git a/cobalt.json b/cobalt.json new file mode 100644 index 0000000000..45150d63d3 --- /dev/null +++ b/cobalt.json @@ -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" + } +} diff --git a/gopass.json b/gopass.json new file mode 100644 index 0000000000..aa69d7a7ab --- /dev/null +++ b/gopass.json @@ -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" + } + } +}