Skip to content

Commit

Permalink
AU: 3 updated - dropbox sweet-home-3d youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 23, 2019
1 parent 5f503c8 commit 9aaeb6e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "65.3.174-beta",
"stable": "65.3.174"
"beta": "66.3.72-beta",
"stable": "65.4.177"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>65.3.174</version>
<version>65.4.177</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2065.3.174%20Offline%20Installer.exe'
checksum = '592c86af9fa14c75316d2ff6ee76a448852fba91009466da69678c13a9015a3d'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2065.4.177%20Offline%20Installer.exe'
checksum = '1ad698558c3ca3913eba16960eb4973ec29fecd86e7d9a9def9f0d3e3fbce7ae'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/736a00f718c84566b58be6146579ed1a6ce7648e/icons/sweet-home-3d.png" width="48" height="48"/> [sweet-home-3d](https://chocolatey.org/packages/sweet-home-3d)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@736a00f718c84566b58be6146579ed1a6ce7648e/icons/sweet-home-3d.png" width="48" height="48"/> [sweet-home-3d](https://chocolatey.org/packages/sweet-home-3d)


Sweet Home 3D is a free interior design application that helps you draw the plan of your house, arrange furniture on it and visit the results in 3D.
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-6.0/SweetHome3D-6.0-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.1/SweetHome3D-6.1-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: E935165091EF8584494D95AE09CCE7B1BF9AC9F6B701DCAF728F1BB6F7B0B0E2
checksum: 1D77A449B8B6644CAB74527366C506F6A7952B837BF0B0CF15CCC5E61C8568DA

The file 'LICENSE.txt' has been obtained from <http://www.sweethome3d.com/license.jsp>
4 changes: 2 additions & 2 deletions automatic/sweet-home-3d/sweet-home-3d.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sweet-home-3d</id>
<version>6.0</version>
<version>6.1</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey</owners>
<title>Sweet Home 3D</title>
<authors>Emmanuel Puybaret</authors>
<projectUrl>http://www.sweethome3d.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/736a00f718c84566b58be6146579ed1a6ce7648e/icons/sweet-home-3d.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@736a00f718c84566b58be6146579ed1a6ce7648e/icons/sweet-home-3d.png</iconUrl>
<copyright>© Copyrights 2006-2017 eTeks - All rights reserved</copyright>
<licenseUrl>http://www.sweethome3d.com/license.jsp</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
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-6.0-windows.exe"
file = "$toolsPath\SweetHome3D-6.1-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2019.01.17/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2019.01.23/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 3f6d1ad2035d116a37b63fa1ff1b7ebaff724e939aca1bb84742a250e36825f70d494e12d0944b3b972eb985dc847f058fe3b0a51f534a660b4e51d0134cf1c8
checksum: ae48517b46496a7d5ac8228fa88327a95531cac93c94dc99fda5db56a49db40a986a446eca5bbbc73072cd43d2df32681a5c4f4b66057ac6eb4829ec8e0412f4

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2019.01.17</version>
<version>2019.01.23</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 9aaeb6e

Please sign in to comment.