diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 42a18e44e9c..66f01349e24 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "9.7.1", - "unstable": "9.7.2-Beta8" + "unstable": "9.7.2-Beta9" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 3a8432f412c..8fe65a9448b 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 9.7.2-Beta8 + 9.7.2-Beta9 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index f87f5c6c2fd..ed8acdd14ec 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: B59168FF76B98EAC2C5A59B25D7693C38DEF7BA650FAFB80A4694B00E8CD3CF7 + checksum: 07BAB02B10A42EF10F8076888A91D1B76FF5D92DD054ED0E23FD122599F57220 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index b29a583f659..f72d96b2367 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-9.7.2-Beta8.exe" + file = "$toolsPath\DisplayFusionSetup-9.7.2-Beta9.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index e6f220cc5a6..eddc1dc8a0e 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 5789210FCDB2BBA03CE4D3B843A403478C38662AC646BCD393C7FB8DCCD8387B - checksum64: 0E06106E562C60667136FB21C12ACC9413B047C1C20511C0B31B764C8EE7B4EE + checksum32: 1871962EFA01558E57DB1327188C06082030366ECC26E79424A79FC9720E5727 + checksum64: 410389314EDBC021A7C002074CBC5341DDD487D8847436D7E784683FAA53BE03 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e0d11ea1017..5aa0807d49f 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.2771_x86.zip" - file64 = "$toolsDir\gvim_8.2.2771_x64.zip" + file = "$toolsDir\gvim_8.2.2772_x86.zip" + file64 = "$toolsDir\gvim_8.2.2772_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9dd82045110..7898971b286 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2771 + 8.2.2772 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor. diff --git a/automatic/youtube-dl/legal/VERIFICATION.txt b/automatic/youtube-dl/legal/VERIFICATION.txt index 085296c2773..12ed93a747c 100644 --- a/automatic/youtube-dl/legal/VERIFICATION.txt +++ b/automatic/youtube-dl/legal/VERIFICATION.txt @@ -11,6 +11,6 @@ and can be verified like this: - Use chocolatey utility 'checksum.exe' checksum type: sha512 - checksum: fa1c5de978686d4da2d617fdb64c0b1c11cfa49e87b66def000096f12d58b35c1652bfa6d24bead97dcf54dd7e4f1973f6c9a316cbd8cfecd9cdc62ca5256b38 + checksum: fb32c601c6e51f4763fe4de473294d9772b028b09bfe66108d410b1f243b632f369f45899a21e03d62e268f31b5c77d3b00abe5054559dc0ba7876b43e1190f6 File 'LICENSE.txt' is obtained from diff --git a/automatic/youtube-dl/youtube-dl.nuspec b/automatic/youtube-dl/youtube-dl.nuspec index 71e1682a143..f69c2f25ff0 100644 --- a/automatic/youtube-dl/youtube-dl.nuspec +++ b/automatic/youtube-dl/youtube-dl.nuspec @@ -3,7 +3,7 @@ youtube-dl - 2021.04.07 + 2021.04.17 youtube-dl chocolatey-community Ricardo Garcia and others