Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jabref: Add version 5.1 #5301

Merged
merged 7 commits into from
Jan 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions bucket/jabref.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}