Skip to content

Commit ea42ff4

Browse files
committed
1 parent 48d4c7e commit ea42ff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/bluestacks/bluestacks.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>5.21.661.1002</version>
25+
<version>5.22.0.1102</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/bluestacks</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/bluestacks/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $packageArgs = @{
55
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'
66
checksum = '4dc31833443d161a1b6266b4a85ebc816653c1b697613207d925ea383106873f'
77
checksumType = 'sha256'
8-
url64 = 'https://ak-build.bluestacks.com/public/app-player/windows/nxt/5.21.661.1002/492f6f1f9830fafc08a2521ed7c3a57c/FullInstaller/x64/BlueStacksFullInstaller_5.21.661.1002_amd64_native.exe'
9-
checksum64 = 'd264fede40c7d834f449a840b6076bc2243b8a49f651a72f50b53dabc55ae5a8'
8+
url64 = 'https://ak-build.bluestacks.com/public/app-player/windows/nxt/5.22.0.1102/05d8f0c866456671405d769a653cb88d/FullInstaller/x64/BlueStacksFullInstaller_5.22.0.1102_amd64_native.exe'
9+
checksum64 = '1a301d19e8a27e68da2b144db6414bb00eb16e8d0b7c236914870383541ad758'
1010
checksumType64= 'sha256'
1111
fileType = 'EXE'
1212
silentArgs = '-s'

0 commit comments

Comments
 (0)