Skip to content

Commit

Permalink
jabref: Add version 5.1 (#5301)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
  • Loading branch information
adrianocorrea and Ash258 committed Jan 4, 2021
1 parent 84425b0 commit 76815e1
Showing 1 changed file with 30 additions and 0 deletions.
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"
}
}
}
}

0 comments on commit 76815e1

Please sign in to comment.