diff --git a/bucket/jabref.json b/bucket/jabref.json new file mode 100644 index 0000000000000..12654dc9dacda --- /dev/null +++ b/bucket/jabref.json @@ -0,0 +1,30 @@ +{ + "version": "5.1", + "description": "Citation and reference management software that uses BibTeX and BibLaTeX as its native formats", + "homepage": "https://www.jabref.org", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/JabRef/jabref/releases/download/v5.1/JabRef-5.1-portable_windows.zip", + "hash": "1a0aaa60c7424a356e3e288cc27218ddd5fe8e85ae295d87a561960404318666" + } + }, + "extract_dir": "JabRef", + "bin": "runtime\\bin\\JabRef.bat", + "shortcuts": [ + [ + "JabRef.exe", + "JabRef" + ] + ], + "checkver": { + "github": "https://github.com/JabRef/jabref" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/JabRef/jabref/releases/download/v$version/JabRef-$version-portable_windows.zip" + } + } + } +}