Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 30, 2024
1 parent b66ca2a commit 7d89362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automatic/trojan-remover/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ $releases = 'https://www.simplysup.com/tremover/download_full.html'
function global:au_SearchReplace {
@{
"legal\VERIFICATION.txt" = @{
"(url32\s+:).*" = "`${1} $($Latest.URL32)"
"(checksum32\s+:).*" = "`${1} $($Latest.Checksum32)"
"(checksumtype\s+:).*" = "`${1} $($Latest.ChecksumType32)"
"(url32+:).*" = "`${1} $($Latest.URL32)"
"(checksum32+:).*" = "`${1} $($Latest.Checksum32)"
"(checksumtype+:).*" = "`${1} $($Latest.ChecksumType32)"
}
}
}
Expand Down

0 comments on commit 7d89362

Please sign in to comment.