Skip to content

Commit

Permalink
AU: 5 updated - iTunes nodejs nodejs.install prey qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 20, 2017
1 parent e693d90 commit 18272fd
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>iTunes</id>
<version>12.6.1</version>
<version>12.6.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.6.1'
$version = '12.6.2'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/091-02141-20170515-85982C48-3662-11E7-8E72-49792DBC0DB3/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/091-02135-20170515-85982C34-3662-11E7-8E72-48792DBC0DB3/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/091-22849-20170719-8AC5248C-6BB9-11E7-A52A-C7374A4DD6D5/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/091-22850-20170719-8AC53D14-6BB9-11E7-A878-C6374A4DD6D5/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = 'bc882597e8dfbe33b203bb29afc175b5061af8ed6b5dbd8e72c0bb1abe887f85'
checksum = '848cc7785784c6f25b78015c2e4c70ac17f231ce90fc66fa134752f78801feee'
checksumType = 'sha256'
checksum64 = '3e3e96ee5dcc12b10fb854ffbd8204596e022272de48ef31714ed33a4a2a1ede'
checksum64 = '1cacadb282960c3428af3122b66e7bb59cb7bf94b5f6764c4a0715f5635d134f'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v8.1.4/node-v8.1.4-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.1.4/node-v8.1.4-x64.msi>
32-Bit: <https://nodejs.org/dist/v8.2.0/node-v8.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.2.0/node-v8.2.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1B16CBE14E77629ADAD8DA8F426BABE75AAC98A1B0E4780E927B1D6007F1587C
checksum64: 5A98B1C72BB475E90C8F45AEA171B3C8A778F8D75EAE113301C2B9F234787F9E
checksum32: FEBCE335F10E9111C17299D1FEA0393BD6BE711389196A609A5847A15BBFA06A
checksum64: 3723F88184AEDBE3F11A1AAC23DA1D04BFA62B8168240298D649B7EECCE68393

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>8.1.4</version>
<version>8.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v8.1.4-x86.msi"
$filePath64 = "$toolsPath\node-v8.1.4-x64.msi"
$filePath32 = "$toolsPath\node-v8.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v8.2.0-x64.msi"
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>8.1.4</version>
<version>8.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ If you want the **LTS** (Long Term Support) release of Node.js, install the [nod
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[8.1.4]" />
<dependency id="nodejs.install" version="[8.2.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/prey/prey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.6.8</version>
<version>1.6.9</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.8/prey-windows-1.6.8-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.8/prey-windows-1.6.8-x64.msi'
checksum = '35f068e0a756dd4d4fda035c3ab35858845e55314ac284e9e886e3abd47fa2a1'
checksum64 = '52ab70e2ef8a4ef43925a689febca3e46bfc0eb5b60de243e01f590544df0b66'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x64.msi'
checksum = '459a30733c2e8f5d6c3334de2ad704515f1ac10e0b9017364d81ea50f5cd30bf'
checksum64 = 'f845f85cd5cc6140444672c2bbe42f7e75e8d1ab498fe2e563343734927dcdc4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
Expand Down
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>3.3.13</version>
<version>3.3.14</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the alternative sourceforge mirror liste
and can be verified like this:

1. Download the following installers:
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.13/qbittorrent_3.3.13_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.13/qbittorrent_3.3.13_x64_setup.exe/download>
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.14/qbittorrent_3.3.14_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.3.14/qbittorrent_3.3.14_x64_setup.exe/download>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 284BAFF7A3CA0188C353663A63114A84D902BFB77AE86AC6BCA2CB21065572D9
checksum64: AA64A062EF0294348069211B1C25D53BF7C0EE5DB45B53EB7A167D5E1E43D2EB
checksum32: 54D77F8455C54D405E9363519E513BA9647B5C8FEEB7E24E762EE9A831738B4A
checksum64: 9D03FAE9969A9ABF9D807F355ECACFCB85FC1AE7735DEDD6B8D4FC63E58FF494

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$fileName = if ((Get-ProcessorBits 64) -and ($env:chocolateyForceX86 -ne 'true')) {
Write-Host "Installing 64 bit version" ; 'qbittorrent_3.3.13_x64_setup.exe' # 64-bit
Write-Host "Installing 64 bit version" ; 'qbittorrent_3.3.14_x64_setup.exe' # 64-bit
} else {
Write-Host "Installing 32 bit version" ; 'qbittorrent_3.3.13_setup.exe' # 32-bit
Write-Host "Installing 32 bit version" ; 'qbittorrent_3.3.14_setup.exe' # 32-bit
}

$packageArgs = @{
Expand Down

0 comments on commit 18272fd

Please sign in to comment.