mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
test update script fix
This commit is contained in:
+2
-2
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user