Skip to content

Commit

Permalink
AU: 2 updated - nexus-oss trid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 16, 2019
1 parent e9d38d4 commit b4bbf22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nexus-oss/nexus-oss.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nexus-oss</id>
<title>Nexus Repository Manager OSS</title>
<version>2.14.14.01</version>
<version>2.14.15.01</version>
<authors>Sonatype</authors>
<owners>Miodrag Milić</owners>
<summary>Repository to manage software components required for development, deployment, and provisioning</summary>
Expand Down
4 changes: 2 additions & 2 deletions nexus-oss/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'nexus-oss'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.14-01-bundle.zip'
$checksum = '1dd8c16e9fdb0f5bb6f882c94528778304186a55ba7193eb8877213e9728f527'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.15-01-bundle.zip'
$checksum = '7705b36bb8256f8e04452a7e0eded69ffc13b66f33267744eafebdf70942ffc5'
$installDir = 'c:\nexus'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion trid/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum_trid: EA7F82363912F5B3C79217BA8716425EC3F2514887F788DCD5A2821D0B1FC83F
checksum_triddefs: 1B714119DEFAE90EA1F07A3D0B0D23ED42DBF2B3E11C5211292186658D49E90B
checksum_triddefs: A7ADBB7969E9C32A191E599FB2BA31B32C9665461A4B6DB8E30C473625667044

File 'readme.txt' with license is obtained from the trid_w32.zip file.
4 changes: 2 additions & 2 deletions trid/trid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>trid</id>
<title>TrID - File Identifier</title>
<version>2.24.20191014</version>
<version>2.24.20191015</version>
<authors>Marco Pontello</authors>
<owners>Miodrag Milić</owners>
<summary>TrID is an utility designed to identify file types from their binary signatures</summary>
Expand All @@ -29,7 +29,7 @@ Because TrID uses an expandable database it will never be out of date. As new fi
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/trid/icon.jpg</iconUrl>
<!--<dependencies>-->
<!--</dependencies>-->
<releaseNotes>http://mark0.net/forum/index.php/topic,709.msg2829.html#msg2829</releaseNotes>
<releaseNotes>http://mark0.net/forum/index.php/topic,709.msg2832.html#msg2832</releaseNotes>
<mailingListUrl>http://mark0.net/forum/index.php?board=6.0</mailingListUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/trid</packageSourceUrl>
</metadata>
Expand Down

0 comments on commit b4bbf22

Please sign in to comment.