Skip to content

Commit

Permalink
AU: 1 updated - bluestacks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Oct 5, 2024
1 parent 38cf9c2 commit 6c2bee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/bluestacks/bluestacks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.21.300.1070</version>
<version>5.21.580.1017</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/bluestacks</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bluestacks/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
url = 'https://ak-build.bluestacks.com/public/app-player/windows/nxt/5.14.21.1004/26a5440b147b9f4dd572002e7cb38f05/FullInstaller/x86/BlueStacksFullInstaller_5.14.21.1004_x86_native.exe'
checksum = '4dc31833443d161a1b6266b4a85ebc816653c1b697613207d925ea383106873f'
checksumType = 'sha256'
url64 = 'https://ak-build.bluestacks.com/public/app-player/windows/nxt/5.21.300.1070/945c505c4ae1f8d2241035b2075b06df/FullInstaller/x64/BlueStacksFullInstaller_5.21.300.1070_amd64_native.exe'
checksum64 = '35fe0a7801da2ec805d2493fc36a227777894906110092b109c4c014ee813350'
url64 = 'https://ak-build.bluestacks.com/public/app-player/windows/nxt/5.21.580.1017/e39c08284fe5415d2a039d8ad41091f0/FullInstaller/x64/BlueStacksFullInstaller_5.21.580.1017_amd64_native.exe'
checksum64 = 'ecd06805b9e7534eaccb18bbc5627cd11bd6cd912686a502ce0cf23cbbe15c50'
checksumType64= 'sha256'
fileType = 'EXE'
silentArgs = '-s'
Expand Down

0 comments on commit 6c2bee4

Please sign in to comment.