Skip to content

Commit

Permalink
AU: 6 updated - 360ts clipboardfusion PDFCreator sweet-home-3d trible…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 25, 2018
1 parent 76bd15f commit e1904c6
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>9.6.0.1189</version>
<version>9.6.0.1222</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1189.exe'
checksum = '3eeff272bdc785954034321092f7e7893e70fc18cf68e018ee40105d58537a72'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1222.exe'
checksum = '1a6c8e7b7e5c30284d0d14664796f8e9b9264e3b6ca2ea5a0e9e3f63fd771d3f'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>5.2.1</version>
<version>5.3</version>
<title>ClipboardFusion</title>
<authors>Binary Fortress Software</authors>
<licenseUrl>https://www.clipboardfusion.com/License/</licenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$downloadDir = Get-PackageCacheLocation
$installer = 'ClipboardFusionSetup-5.2.1.exe'
$installer = 'ClipboardFusionSetup-5.3.exe'
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'ClipboardFusion'
file = Join-Path $downloadDir $installer
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.2.1.exe'
checksum = '2B160D017D446786AE98B3511A1FC596F543AE25E65BFF0AAC89B5EB94CF43C1'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.3.exe'
checksum = 'F07A3C5A68987410FEB764FF8BC30B81B88DB3726C8F94EC91A119211D124423'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/pdfcreator.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>PDFCreator</id>
<version>3.1.0</version>
<version>3.1.2</version>
<title>PDF Creator</title>
<owners>chocolatey</owners>
<authors>pdfforge</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/pdfcreator/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$checksum = '70e62989680748fe0f7a372dedadd15370bb62fb290e895e0ba7d664067acd64'
$url = 'http://download.pdfforge.org/download/pdfcreator/3.1.0/PDFCreator-3_1_0-Setup.exe?file=PDFCreator-3_1_0-Setup.exe&download'
$checksum = 'df33e906ce0b0148cc1be8daffa51775b4a806eb1745385fd4eaf1c2c71c45e2'
$url = 'http://download.pdfforge.org/download/pdfcreator/3.1.2/PDFCreator-3_1_2-Setup.exe?file=PDFCreator-3_1_2-Setup.exe&download'

$installArgs = $('' +
'/VERYSILENT /NORESTART ' +
Expand Down
4 changes: 2 additions & 2 deletions automatic/sweet-home-3d/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.sweethome3d.com/download.jsp>
and can be verified by doing the following:

1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-5.6/SweetHome3D-5.6-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-5.7/SweetHome3D-5.7-windows.exe/download>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 2CB3312E0A7C242EBE04620AD49A96B6CBBAEFF559ED811FF51CD62F41AB3474
checksum: AD5244BB2343850AF312D0F1254D3397316530251AAE8184EEA299731A545996

The file 'LICENSE.txt' has been obtained from <http://www.sweethome3d.com/license.jsp>
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/sweet-home-3d.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>sweet-home-3d</id>
<version>5.6</version>
<version>5.7</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey</owners>
<title>Sweet Home 3D</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'sweet-home-3d'
fileType = 'exe'
file = "$toolsPath\SweetHome3D-5.6-windows.exe"
file = "$toolsPath\SweetHome3D-5.7-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$packageName = 'tribler'
$url = 'https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler_7.0.0-rc5_x64.exe'
$checksum = '8d1786acd970561dfa9c3931eec24abde1f3ff1f0c9a3626b12f573b260cf698'
$url = 'https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler_7.0.0_x64.exe'
$checksum = '2d5c6b02e7e787ad7ee62f8d638ef69a075b27cc30732727a922dc8ec099f733'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.0.0-rc5</version>
<version>7.0.0</version>
<authors>The Tribler Team</authors>
<owners>Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Watch before the download is finished. Tribler streams it for you.
<licenseUrl>https://github.com/Tribler/tribler/blob/master/Tribler/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/31eebb648daf450ee49dfdaa5cb613009d86d862/icons/tribler.png</iconUrl>
<releaseNotes>https://github.com/Tribler/tribler/releases/tag/v7.0.0-rc5</releaseNotes>
<releaseNotes>https://github.com/Tribler/tribler/releases/tag/v7.0.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/tribler</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '2.0.0'
$version = '2.0.1'

npm install -g yo@$version
7 changes: 4 additions & 3 deletions automatic/yo/yo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
<description>
<description><![CDATA[
Yeoman is a generic scaffolding system allowing the creation of any kind of app.
It allows for rapidly getting started on new projects and streamlines the maintenance of existing projects.
Expand All @@ -19,7 +19,8 @@ Yeoman by itself doesn't make any decisions.
Every decision is made by generators which are basically plugins in the Yeoman environment.
There's a [lot of publicly available generators](http://yeoman.io/generators/) and its easy to [create a new one](http://yeoman.io/authoring/) to match any workflow.
Yeoman is always the right choice for your scaffolding needs.
</description>
]]></description>
<projectUrl>http://yeoman.io/</projectUrl>
<projectSourceUrl>https://github.com/yeoman/yo</projectSourceUrl>
<docsUrl>http://yeoman.io/learning/</docsUrl>
Expand Down

0 comments on commit e1904c6

Please sign in to comment.