summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWitherOrNot2026-05-02 06:28:52 +0000
committerWitherOrNot2026-05-02 06:28:52 +0000
commitf96cc059d7bd92d339a7e5a5fbc6e6beaef5128f (patch)
tree6c4a6bdc538b86f6736dc4280866229de1d46ad7
parent29e39b40702cd282faac9f7088e1616cfdc928c0 (diff)
downloadmassgravel.github.io-f96cc059d7bd92d339a7e5a5fbc6e6beaef5128f.zip
Update for 3.11 2
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1a21496..a78b001 100644
--- a/index.html
+++ b/index.html
@@ -52,9 +52,9 @@ if (-not $args) {
try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 } catch {}
$URLs = @(
- 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/d1c00507187ffa24d32743dfafaa91c2fa566cb6/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
- 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=d1c00507187ffa24d32743dfafaa91c2fa566cb6',
- 'https://git.activated.win/Microsoft-Activation-Scripts/plain/MAS/All-In-One-Version-KL/MAS_AIO.cmd?id=d1c00507187ffa24d32743dfafaa91c2fa566cb6'
+ 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/983762fc789b93d7f1faf82384d9834aa8c9f6b7/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
+ 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=983762fc789b93d7f1faf82384d9834aa8c9f6b7',
+ 'https://git.activated.win/Microsoft-Activation-Scripts/plain/MAS/All-In-One-Version-KL/MAS_AIO.cmd?id=983762fc789b93d7f1faf82384d9834aa8c9f6b7'
)
Write-Progress -Activity "Downloading..." -Status "Please wait"
$errors = @()
@@ -87,7 +87,7 @@ if (-not $args) {
}
# Verify script integrity
- $releaseHash = 'E71F941146EA4A529431DF295D4A1F2E31E9D3D19AF2367E2A7B37B8E481AC58'
+ $releaseHash = 'A0A6F670C9EB25468E9D41C9C2FC511B310250B31B43D02EF7C5694532DBBA95'
$stream = New-Object IO.MemoryStream
$writer = New-Object IO.StreamWriter $stream
$writer.Write($response)