From 4ff32d27fd5c6ae5b00fe10e8d1b4f6718211ef5 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 18:49:11 +0000 Subject: [PATCH 1/3] ps1 vars --- automatic/thebrain.install/update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic/thebrain.install/update.ps1 b/automatic/thebrain.install/update.ps1 index 9e88b1b4c..87a677fe5 100644 --- a/automatic/thebrain.install/update.ps1 +++ b/automatic/thebrain.install/update.ps1 @@ -26,7 +26,7 @@ function global:au_GetLatest { $File = "$($env:TEMP)\thebrain.ps1" Invoke-WebRequest -Uri $url32 -OutFile $File $version=[System.Diagnostics.FileVersionInfo]::GetVersionInfo($File).FileVersion - + $Latest = @{ URL32 = $url32; Version = $version; ReleaseNotes = $ReleasesNotes } return $Latest } From e040664ae868c31f9486f1f3cb599061d680adca Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 18:52:12 +0000 Subject: [PATCH 2/3] Broken packages --- tools/Check/exclude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index 3d8d4fb6a..c3ea58b46 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -82,6 +82,7 @@ Swish todobackup trim vcexpress2010 +videocacheview vim-tux windows wirelesskeyview @@ -89,4 +90,3 @@ xdel xfinder xmeters zimbra-desktop -videocacheview From 45729a917df6214ed189b9bcb649f73e36d1c9b9 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 19:04:58 +0000 Subject: [PATCH 3/3] AU: 2 updated - keepass-plugin-webautotype thebrain.install [skip ci] https://gist.github.com/tunisiano187/7032dea203873812b435f152ee3794bf/fbd7750ed5fa5af2c06ee61eaeec8369629a757f --- .../keepass-plugin-webautotype.nuspec | 2 +- .../keepass-plugin-webautotype/tools/chocolateyInstall.ps1 | 2 +- automatic/thebrain.install/thebrain.install.nuspec | 2 +- automatic/thebrain.install/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/keepass-plugin-webautotype/keepass-plugin-webautotype.nuspec b/automatic/keepass-plugin-webautotype/keepass-plugin-webautotype.nuspec index eeb4b90db..04b8b6062 100644 --- a/automatic/keepass-plugin-webautotype/keepass-plugin-webautotype.nuspec +++ b/automatic/keepass-plugin-webautotype/keepass-plugin-webautotype.nuspec @@ -4,7 +4,7 @@ keepass-plugin-webautotype KeePass Plugin WebAutoType - 6.9.0 + 6.9.1 Alex Vallat tunisiano Adds support to KeePass AutoType for URL matching diff --git a/automatic/keepass-plugin-webautotype/tools/chocolateyInstall.ps1 b/automatic/keepass-plugin-webautotype/tools/chocolateyInstall.ps1 index 948c8f79f..2b763d2df 100644 --- a/automatic/keepass-plugin-webautotype/tools/chocolateyInstall.ps1 +++ b/automatic/keepass-plugin-webautotype/tools/chocolateyInstall.ps1 @@ -11,7 +11,7 @@ $packageName = $env:ChocolateyPackageName $typName = 'WebAutoType.plgx' $packageSearch = 'KeePass' $url = 'https://sourceforge.net/projects/webautotype/files/latest/download' -$checksum = '8682e86bdfd076ab37d44a713c2f7963d454d5e699df80f7b9a2c254dd8899e6' +$checksum = '51ca695efd5886f62b4c8c9c434b0f1363a64a0614ef95d18c78f6935501cdef' $checksumType = 'sha256' try { diff --git a/automatic/thebrain.install/thebrain.install.nuspec b/automatic/thebrain.install/thebrain.install.nuspec index c1f9c9f80..593065c90 100644 --- a/automatic/thebrain.install/thebrain.install.nuspec +++ b/automatic/thebrain.install/thebrain.install.nuspec @@ -2,7 +2,7 @@ thebrain.install - 14.0 + 14.0.38.0 TheBrain (Install) TheBrain Technologies LP tunisiano diff --git a/automatic/thebrain.install/tools/chocolateyInstall.ps1 b/automatic/thebrain.install/tools/chocolateyInstall.ps1 index c519ce6d2..0fdb9c112 100644 --- a/automatic/thebrain.install/tools/chocolateyInstall.ps1 +++ b/automatic/thebrain.install/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $packageName = $env:ChocolateyPackageName $installerType = 'exe' $silentArgs = '-q -overwrite' -$url = 'https://salesapi.thebrain.com/?a=doDirectDownload&id=14001' +$url = 'https://updater.thebrain.com/files/TheBrain%2014.0.38.0%20Installer.exe' $checksum = '3760bd316279218c28359205db4008a02c8d9b9bb8b85c593ebbd06a24f9352e' $checksumType = 'sha256' $validExitCodes = @(0)