From 27e8e60a6a06423794c2121ff37a8e810ca5e744 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 14 Feb 2022 09:15:46 +0000 Subject: [PATCH] AU: 2 updated - driverbooster writage [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/96d9a3733ad0eb34848add5ab61bfcb9e9a2102a --- automatic/driverbooster/driverbooster.nuspec | 2 +- automatic/driverbooster/info | 2 +- automatic/driverbooster/tools/chocolateyInstall.ps1 | 2 +- automatic/writage/tools/chocolateyinstall.ps1 | 4 ++-- automatic/writage/writage.nuspec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/driverbooster/driverbooster.nuspec b/automatic/driverbooster/driverbooster.nuspec index bed9114b2..b303e3632 100644 --- a/automatic/driverbooster/driverbooster.nuspec +++ b/automatic/driverbooster/driverbooster.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 9.2.0.171 + 9.2.0.173 Maurice Kevenaar diff --git a/automatic/driverbooster/info b/automatic/driverbooster/info index 6d69b005f..d6040e9a7 100644 --- a/automatic/driverbooster/info +++ b/automatic/driverbooster/info @@ -1 +1 @@ -"1574770377"|9.2.0.171 \ No newline at end of file +"3180167527"|9.2.0.173 \ No newline at end of file diff --git a/automatic/driverbooster/tools/chocolateyInstall.ps1 b/automatic/driverbooster/tools/chocolateyInstall.ps1 index cb34b29a1..4a51710c1 100644 --- a/automatic/driverbooster/tools/chocolateyInstall.ps1 +++ b/automatic/driverbooster/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://cdn.iobit.com/dl/driver_booster_setup.exe' -$checksum = 'C92DDC11C35B21D4408FE602BD62122BA94A8265353AA89CBBFB28C09CB7DB98' +$checksum = '53B1BA6F5E6F410B83942A08059B1152D7F9ABE3E7E00918F8D4405AE8E82653' $checksumType = 'sha256' diff --git a/automatic/writage/tools/chocolateyinstall.ps1 b/automatic/writage/tools/chocolateyinstall.ps1 index ac3e8f3d9..458ee25b1 100644 --- a/automatic/writage/tools/chocolateyinstall.ps1 +++ b/automatic/writage/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://www.writage.com/Writage-2.8.1.msi' -$checksum32 = '45070132ce4851e58094afce99e9748dcbe110317603bad4f83dea3e14b9380f' +$url32 = 'https://www.writage.com/Writage-2.8.2.msi' +$checksum32 = '4679708a4f02109954f4c8090d1d54015e7ed3e4a77ee5524cb4fb036a417eca' $checksumType32 = 'sha256' $packageArgs = @{ diff --git a/automatic/writage/writage.nuspec b/automatic/writage/writage.nuspec index b1c508f78..e133fc7b4 100644 --- a/automatic/writage/writage.nuspec +++ b/automatic/writage/writage.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.8.1 + 2.8.2 Maurice Kevenaar