diff --git a/automatic/musescore/legal/VERIFICATION.txt b/automatic/musescore/legal/VERIFICATION.txt index ef640904ca3..ddca4895567 100644 --- a/automatic/musescore/legal/VERIFICATION.txt +++ b/automatic/musescore/legal/VERIFICATION.txt @@ -3,7 +3,7 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following diff --git a/automatic/musescore/update.ps1 b/automatic/musescore/update.ps1 index d9ca4db6acf..92a31cd42dd 100644 --- a/automatic/musescore/update.ps1 +++ b/automatic/musescore/update.ps1 @@ -7,7 +7,6 @@ function global:au_BeforeUpdate { Get-RemoteFiles -Purge -NoSuffix } function global:au_SearchReplace { @{ ".\legal\VERIFICATION.txt" = @{ - "(?i)(^\s*location on\:?\s*)\<.*\>" = "`${1}<$releases>" "(?i)(\s*1\..+)\<.*\>" = "`${1}<$($Latest.URL32)>" "(?i)(^\s*checksum\s*type\:).*" = "`${1} $($Latest.ChecksumType32)" "(?i)(^\s*checksum(32)?\:).*" = "`${1} $($Latest.Checksum32)"