From 76815e1d5ee8d625356123e7c407e0b31f147766 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Mon, 4 Jan 2021 00:52:37 -0300 Subject: [PATCH] jabref: Add version 5.1 (#5301) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/jabref.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/jabref.json diff --git a/bucket/jabref.json b/bucket/jabref.json new file mode 100644 index 00000000000000..12654dc9dacda0 --- /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" + } + } + } +}