From 2d8b5bbef03b2120e5f4c2d034237107cd29eb98 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sun, 13 Dec 2020 16:06:02 -0300 Subject: [PATCH 1/7] jabref: Add version 5.1 --- bucket/jabref.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/jabref.json diff --git a/bucket/jabref.json b/bucket/jabref.json new file mode 100644 index 00000000000000..33a2830af8f7d0 --- /dev/null +++ b/bucket/jabref.json @@ -0,0 +1,26 @@ +{ + "version": "5.1", + "description": "Free Reference Manager", + "homepage": "https://www.jabref.org", + "license": { + "identifier": "MIT", + "url": "https://github.com/JabRef/jabref/blob/master/LICENSE.md" + }, + "url": "https://www.fosshub.com/JabRef.html/JabRef-5.1-portable_windows.zip", + "hash": "1a0aaa60c7424a356e3e288cc27218ddd5fe8e85ae295d87a561960404318666", + "extract_dir": "JabRef", + "bin": "JabRef.exe", + "shortcuts": [ + [ + "JabRef.exe", + "JabRef" + ] + ], + "checkver": { + "url": "https://www.fosshub.com/JabRef.html", + "regex": "JabRef-([\\d.]+)\\-portable_windows.zip" + }, + "autoupdate": { + "url": "https://www.fosshub.com/JabRef.html/JabRef-$version-portable_windows.zip" + } +} From 2248c37d49df51a49d89104ba7ad45ed4308e086 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sun, 13 Dec 2020 17:00:34 -0300 Subject: [PATCH 2/7] Update jabref.json --- bucket/jabref.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/bucket/jabref.json b/bucket/jabref.json index 33a2830af8f7d0..d43855d000b44f 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -1,12 +1,9 @@ { "version": "5.1", - "description": "Free Reference Manager", + "description": "Open-sourced, cross-platform citation and reference management software that uses BibTeX and BibLaTeX as its native formats and is therefore typically used for LaTeX", "homepage": "https://www.jabref.org", - "license": { - "identifier": "MIT", - "url": "https://github.com/JabRef/jabref/blob/master/LICENSE.md" - }, - "url": "https://www.fosshub.com/JabRef.html/JabRef-5.1-portable_windows.zip", + "license": "MIT", + "url": "https://github.com/JabRef/jabref/releases/download/v5.1/JabRef-5.1-portable_windows.zip", "hash": "1a0aaa60c7424a356e3e288cc27218ddd5fe8e85ae295d87a561960404318666", "extract_dir": "JabRef", "bin": "JabRef.exe", @@ -17,10 +14,6 @@ ] ], "checkver": { - "url": "https://www.fosshub.com/JabRef.html", - "regex": "JabRef-([\\d.]+)\\-portable_windows.zip" - }, - "autoupdate": { - "url": "https://www.fosshub.com/JabRef.html/JabRef-$version-portable_windows.zip" + "github": "https://github.com/JabRef/jabref" } } From 550903d8e60426891dcc4e832586ac45df74cc2c Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Mon, 14 Dec 2020 06:27:28 -0300 Subject: [PATCH 3/7] jabref: Add autoupdate for github --- bucket/jabref.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/jabref.json b/bucket/jabref.json index d43855d000b44f..6f184451c4b241 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -15,5 +15,8 @@ ], "checkver": { "github": "https://github.com/JabRef/jabref" + }, + "autoupdate": { + "url": "https://github.com/JabRef/jabref/releases/download/v$version/JabRef-$version-portable_windows.zip" } } From f94afc2758b2049d3cf452b11dcde01f197bc386 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sat, 19 Dec 2020 23:06:06 -0300 Subject: [PATCH 4/7] Update bucket/jabref.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/jabref.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jabref.json b/bucket/jabref.json index 6f184451c4b241..41b3bc803b77ef 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -1,6 +1,6 @@ { "version": "5.1", - "description": "Open-sourced, cross-platform citation and reference management software that uses BibTeX and BibLaTeX as its native formats and is therefore typically used for LaTeX", + "description": "Citation and reference management software that uses BibTeX and BibLaTeX as its native formats", "homepage": "https://www.jabref.org", "license": "MIT", "url": "https://github.com/JabRef/jabref/releases/download/v5.1/JabRef-5.1-portable_windows.zip", From c3e5df37eafe034dfcdb2f9042798deae8cd2e30 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sat, 19 Dec 2020 23:06:12 -0300 Subject: [PATCH 5/7] Update bucket/jabref.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/jabref.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bucket/jabref.json b/bucket/jabref.json index 41b3bc803b77ef..e2fc9fb0f7fabc 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -3,8 +3,12 @@ "description": "Citation and reference management software that uses BibTeX and BibLaTeX as its native formats", "homepage": "https://www.jabref.org", "license": "MIT", - "url": "https://github.com/JabRef/jabref/releases/download/v5.1/JabRef-5.1-portable_windows.zip", - "hash": "1a0aaa60c7424a356e3e288cc27218ddd5fe8e85ae295d87a561960404318666", + "architecture": { + "64bit": { + "url": "https://github.com/JabRef/jabref/releases/download/v5.1/JabRef-5.1-portable_windows.zip", + "hash": "1a0aaa60c7424a356e3e288cc27218ddd5fe8e85ae295d87a561960404318666" + } + }, "extract_dir": "JabRef", "bin": "JabRef.exe", "shortcuts": [ From 4c3e2072b25248e7facee11282bce7910312299e Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sat, 19 Dec 2020 23:06:19 -0300 Subject: [PATCH 6/7] Update bucket/jabref.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/jabref.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/jabref.json b/bucket/jabref.json index e2fc9fb0f7fabc..e9a8bddba63fe7 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -21,6 +21,10 @@ "github": "https://github.com/JabRef/jabref" }, "autoupdate": { - "url": "https://github.com/JabRef/jabref/releases/download/v$version/JabRef-$version-portable_windows.zip" + "architecture": { + "64bit": { + "url": "https://github.com/JabRef/jabref/releases/download/v$version/JabRef-$version-portable_windows.zip" + } + } } } From 825f27610536b44e9539d88b588a1040ebdf2c1e Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Sun, 20 Dec 2020 10:15:18 -0300 Subject: [PATCH 7/7] Change exposed file from JabRef.exe to JabRef.bat --- bucket/jabref.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jabref.json b/bucket/jabref.json index e9a8bddba63fe7..12654dc9dacda0 100644 --- a/bucket/jabref.json +++ b/bucket/jabref.json @@ -10,7 +10,7 @@ } }, "extract_dir": "JabRef", - "bin": "JabRef.exe", + "bin": "runtime\\bin\\JabRef.bat", "shortcuts": [ [ "JabRef.exe",