Skip to content

Commit

Permalink
version 1.21.500
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 9, 2024
1 parent 6f808ca commit 0ace133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/minecraft-education/minecraft-education.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minecraft-education</id>
<version>1.21.300.0</version>
<version>1.21.500.0</version>
<title>Minecraft Education</title>
<authors>Microsoft</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/minecraft-education/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


$packageName = $env:ChocolateyPackageName
$url = 'https://aka.ms/downloadmee-desktopApp'
$checksum = 'DF1E49C10839FFDD522A76D98CDA185F4E351E5575ABEEC639A73667CA263CF1C2F2A4741371A2CF6AF069C98A4F7D08E07FFA6577ED0D5C3EF553C60AB65DEC'
$url = 'https://downloads.minecrafteduservices.com/retailbuilds/Msi/x86/MinecraftEducation_x86_1.21.500.0.exe'
$checksum = '615AE3BA6447AE5DEECD71659473E718AFA757DBDE1330FF645BCEC9480BD3E6B426E13BD15DFEE92BBE66EF74751758A2F76344795E419A8696021DFE9239CD'
$checksumType = 'SHA512'

$packageArgs = @{
Expand Down

0 comments on commit 0ace133

Please sign in to comment.