Skip to content

Commit

Permalink
Merge pull request #2316 from michael-franck/filezilla-verification-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Oct 2, 2023
2 parents e8ce255 + 3611879 commit 71edf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/filezilla/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function global:au_SearchReplace {
}

".\legal\VERIFICATION.txt" = @{
"(?i)(\s+x32:).*" = "`${1} $($Latest.URL32)"
"(?i)(\s+x64:).*" = "`${1} $($Latest.URL64)"
"(?i)(\s+x32:).*" = "`${1} $($releases)"
"(?i)(\s+x64:).*" = "`${1} $($releases)"
"(?i)(checksum32:).*" = "`${1} $($Latest.Checksum32)"
"(?i)(checksum64:).*" = "`${1} $($Latest.Checksum64)"
}
Expand Down

0 comments on commit 71edf63

Please sign in to comment.