diff --git a/bucket/briar.json b/bucket/briar.json new file mode 100644 index 00000000000000..5f49408c4a6662 --- /dev/null +++ b/bucket/briar.json @@ -0,0 +1,33 @@ +{ + "version": "0.6.1", + "description": "An open-source software communication technology, intended to provide secure and resilient peer-to-peer communications with no centralized servers and minimal reliance on external infrastructure.", + "homepage": "https://code.briarproject.org/briar/briar-desktop", + "license": { + "identifier": "AGPL-3.0", + "url": "https://code.briarproject.org/briar/briar-desktop/-/blob/main/LICENSE.md" + }, + "architecture": { + "64bit": { + "url": "https://desktop.briarproject.org/msis/0.6.1-beta/Briar-Desktop-0.6.1-beta.msi", + "hash": "cf17e9508eae208adf5a63e0cf497d4212323475cffd42d4e33bd1b9f7cb9302" + } + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://desktop.briarproject.org/msis/$version-beta/Briar-Desktop-$version-beta.msi" + } + } + }, + "checkver": { + "url": "https://briarproject.org/download-briar-desktop/", + "regex": "Briar-Desktop-([\\d.]+)-beta\\.msi" + }, + "extract_dir": "Briar", + "shortcuts": [ + [ + "Briar.exe", + "Briar" + ] + ] +}