test update script fix

This commit is contained in:
Evan Simkowitz
2024-11-14 12:00:57 -08:00
parent b9b426a79f
commit f91d3bdb08
+2 -2
View File
@@ -5,8 +5,8 @@ function global:au_BeforeUpdate($Package) {}
function global:au_SearchReplace {
@{
".\tools\chocolateyInstall.ps1" = @{
"(^[$]url64\s*=\s*)('.*')" = "`$1'$($Latest.URL64)'" #1
"(^[$]checksum64\s*=\s*)('.*')" = "`$1'$($Latest.Checksum64)'" #2
"([$]url64\s*=\s*)('.*')" = "`$1'$($Latest.URL64)'" #1
"(checksum64\s*=\s*)('.*')" = "`$1'$($Latest.Checksum64)'" #2
}
".\wave.nuspec" = @{
"(<version>)[^<]*" = "$($Latest.Version)"