diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 4ace7d11c..036f0b0d4 100644 --- a/automatic/rocrail/rocrail.nuspec +++ b/automatic/rocrail/rocrail.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.301 + 1.306 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index ef0994f58..59b21d412 100644 --- a/automatic/rocrail/tools/chocolateyinstall.ps1 +++ b/automatic/rocrail/tools/chocolateyinstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-301-win32.exe' -$checksum32 = 'e083c98681f02ef1d4703b844f23d81e2e3505a0bc725434e94b7faa12fed5dd' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-306-win32.exe' +$checksum32 = '711d539ace161405a1560a93c46204c809ee2ac1c3e36b33091a841cc698aba8' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-301-win64.exe' -$checksum64 = '6592d2262b56a85dfda00f8ba2db1ab0df11f387f2e9f03f0401650282b79773' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-306-win64.exe' +$checksum64 = 'b6a2ab3f221ad7ee721cfc1263abd0c7a262659bec4f4138edb994ea4461061e' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/slack/slack.nuspec b/automatic/slack/slack.nuspec index d7494be6d..c942a10b2 100644 --- a/automatic/slack/slack.nuspec +++ b/automatic/slack/slack.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.2.0 + 4.3.0 Maurice Kevenaar, kendaleiv diff --git a/automatic/slack/tools/chocolateyInstall.ps1 b/automatic/slack/tools/chocolateyInstall.ps1 index e7708a56c..5ada6d247 100644 --- a/automatic/slack/tools/chocolateyInstall.ps1 +++ b/automatic/slack/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://downloads.slack-edge.com/releases/slack-standalone-4.2.0.0.msi' -$checksum32 = '47b6e01b8a4cafe39afc76b87155b5bfd563de838342bdf6191a545ae2eba4fd' +$url32 = 'https://downloads.slack-edge.com/releases/slack-standalone-4.3.0.0.msi' +$checksum32 = '128b1675bc0abe39eb8ce6872cd6d60dc7f2bc5aa02fea00e7e1dbc51111a9ce' $checksumType32 = 'sha256' -$url64 = 'https://downloads.slack-edge.com/releases_x64/slack-standalone-4.2.0.0.msi' -$checksum64 = 'c19dd652da22d482ba8b5cf86c575483b107164efd6747e613415586b05ae4b0' +$url64 = 'https://downloads.slack-edge.com/releases_x64/slack-standalone-4.3.0.0.msi' +$checksum64 = '84dc98da7f8ef47a583c0ede6e96ebcdd40fecf525bafcf145d310e796a4fe98' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index e7e689f6c..e4990e315 100644 --- a/automatic/vlc-nightly/legal/VERIFICATION.txt +++ b/automatic/vlc-nightly/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191216-1327/vlc-4.0.0-20191216-1327-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191217-0513/vlc-3.0.9-20191217-0513-win64.exe to download the installer. @@ -15,11 +15,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 145EC7B82F2D920B2F73BFB559EF4C5F33046A3BBEB1D24172DE5EDE4E4B8B68 + checksum64: 345ED28F608A560F7DBA1A05F4E01533BD9092379FB111751975A2A923451EB3 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191216-1327/vlc-4.0.0-20191216-1327-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191217-0513/vlc-3.0.9-20191217-0513-win64.exe File 'LICENSE.txt' obtained from: https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD diff --git a/automatic/vlc-nightly/vlc-nightly.json b/automatic/vlc-nightly/vlc-nightly.json index a04ce456f..b9d446c5c 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20191216", + "3.0": "3.0.9.20191217", "4.0": "4.0.0.20191216" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index ac7984fef..a28b40d55 100644 --- a/automatic/vlc-nightly/vlc-nightly.nuspec +++ b/automatic/vlc-nightly/vlc-nightly.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.0.0.20191216 + 3.0.9.20191217 Maurice Kevenaar