Skip to content

Commit

Permalink
AU: 2 updated - etcher nexus-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 25, 2019
1 parent ab045a8 commit 2662bc3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.29</version>
<version>1.5.30</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
8 changes: 4 additions & 4 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.29/balenaEtcher-Setup-1.5.29-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.29/balenaEtcher-Setup-1.5.29-x64.exe'
checksum = 'ed5f3969bd18eff0683f2d7133a42ed56ce6e2573329e5844dfb5409559cc831'
checksum64 = 'f8345fc25b4b28b0e3ce0aa4da148232e2ed7dfda4aab35d1e88ff2f99d15a8d'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.30/balenaEtcher-Setup-1.5.30-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.30/balenaEtcher-Setup-1.5.30-x64.exe'
checksum = '9da3fe1dbc17192d56d38899d4b23f850a0d5c66193325fd8be5cc3ee630e59b'
checksum64 = 'c9f36435d4c600ea8ce195d816b2df7f2963bc3a01da12d86b908d85d0d932b3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
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.12.02</version>
<version>2.14.13.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.12-02-bundle.zip'
$checksum = '92705175221d0e1283cea9021094424198b32327edebac5a0d53a16387e79227'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.13-01-bundle.zip'
$checksum = 'c69665d03b8809da107df2b21e33ae9ccc9142a93f66076bb31f6fa6a6eb0963'
$installDir = 'c:\nexus'

$packageArgs = @{
Expand Down

0 comments on commit 2662bc3

Please sign in to comment.