Skip to content

Commit

Permalink
AU: 1 updated - jabref
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 26, 2019
1 parent 6496ba7 commit 7609f03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions automatic/jabref/jabref.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn't appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>jabref</id>
<title>JabRef</title>
<version>4.3.1</version>
<version>5.0-alpha-20190826</version>
<authors>https://github.com/JabRef/jabref/blob/master/AUTHORS</authors>
<owners>Vaquero</owners>
<summary>JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format. JabRef runs on the Java VM (version 1.8 or newer).</summary>
<description>
<description><![CDATA[
JabRef is a graphical Java application for editing BibTeX and Biblatex databases. JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups. You can customize the entry information shown in the main window, and sort by any of the standard BibTeX fields. JabRef can autogenerate BibTeX keys for your entries. JabRef also lets you easily link to PDF or web sources for your reference entries.
JabRef can import from and export to several formats, and you can customize export filters. JabRef can be run as a command line application to convert from any import format to any export format.
To set the installation directory, use: `choco install jabref -ia "-dir ""d:\myapps\JabRef"""`
</description>
]]></description>
<projectUrl>https://www.jabref.org/</projectUrl>
<tags>jabref bibtex latex bibliography reference database admin</tags>
<copyright></copyright>
Expand All @@ -30,7 +30,7 @@ To set the installation directory, use: `choco install jabref -ia "-dir ""d:\mya
<dependencies>
<dependency id="jre8" version="8.0.141" />
</dependencies>
<releaseNotes>https://github.com/JabRef/jabref/blob/v{{PackageVersion}}/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/JabRef/jabref/blob/v5.0-alpha/CHANGELOG.md</releaseNotes>
<packageSourceUrl>https://github.com/OlafHaag/chocolatey-packages/tree/master/automatic/jabref</packageSourceUrl>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/jabref/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'jabref'
fileType = 'exe'
url = 'https://github.com/JabRef/jabref/releases/download/v4.3.1/JabRef_windows_4_3_1.exe'
url64bit = 'https://github.com/JabRef/jabref/releases/download/v4.3.1/JabRef_windows-x64_4_3_1.exe'
checksum = '7abe526bccdcea38df236a3879bb60f7d444d064dd51a3fc31bc0954e504b28e'
checksum64 = '5ca382423459dc15d382f5bf6d0acd2194e98bda46b8b14642784d4f8a51f8ff'
url = 'https://github.com/JabRef/jabref/releases/download/v5.0-alpha/JabRef_windows-x32_5_0-alpha.exe'
url64bit = 'https://github.com/JabRef/jabref/releases/download/v5.0-alpha/JabRef_windows-x64_5_0-alpha.exe'
checksum = '8be70bf0f46b5f433ef959d80a65e24d03c94d4485e3ab4cda400a67cfe1c9c1'
checksum64 = 'dde2a8b76e8602b758c7dd1205a2d430187340fa61ee0cb3a952e82127dda565'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '-q'
Expand Down

0 comments on commit 7609f03

Please sign in to comment.