diff --git a/bucket/briar-beta.json b/bucket/briar-beta.json new file mode 100644 index 00000000000..20b6b2a8045 --- /dev/null +++ b/bucket/briar-beta.json @@ -0,0 +1,37 @@ +{ + "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://briarproject.org/", + "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" + } + }, + "extract_dir": "Briar", + "shortcuts": [ + [ + "Briar.exe", + "Briar" + ] + ], + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://desktop.briarproject.org/msis/$version-beta/Briar-Desktop-$version-beta.msi", + "hash": { + "url": "https://briarproject.org/download-briar-desktop/", + "find": "
  • Briar-Desktop-$version-beta\\.msi:<\\/strong>\\s*([a-f0-9]{64})<\\/li>" + } + } + } + }, + "checkver": { + "url": "https://briarproject.org/download-briar-desktop/", + "regex": "Briar-Desktop-([\\d.]+)-beta\\.msi" + } +}