Skip to content

Commit

Permalink
AU: 2 updated - gbstudio.install gbstudio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 10, 2024
1 parent 5b5ceb9 commit 2477a7a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/gbstudio.install/gbstudio.install.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>gbstudio.install</id>
<version>1.2.1</version>
<version>3.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gbstudio.install</packageSourceUrl>
<owners>chtof</owners>
<title>GB Studio (Install)</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/gbstudio.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir

url = 'https://github.com//chrismaltby/gb-studio/releases/download/v1.2.1/GB-Studio-Windows-32bit-squirrel-1.2.1.zip'
checksum = '5c3852eabe4fd8f7ad2dd263f607641ecd031a8c3f40c0ab212677e4acfc2846'
url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-32bit-installer.zip'
checksum = 'ed04d4ee0de4626693aedfdfd2eebaeff5b2ff1b71d408f138026b6095c366f7'
checksumType = 'sha256'

url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v1.2.1/GB-Studio-Windows-64bit-squirrel-1.2.1.zip'
checksum64 = '815362639328196850b71728c9c48aa9507aa19024476b4292c66ae8a60eb1e8'
url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-64bit-installer.zip'
checksum64 = '6602b647a2ea1a4cfff9ac1c7addbf6a1120bd88e1301a077381cb4aadd7a612'
checksumType64= 'sha256'
}

Install-ChocolateyZipPackage @packageArgs

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file32 = "$toolsDir\gb-studio-master-windows_x86-squirrel\GB Studio-1.2.1 Setup.exe"
file64 = "$toolsDir\gb-studio-master-windows_x86_64-squirrel\GB Studio-1.2.1 Setup.exe"
file32 = "$toolsDir\gb-studio-master-windows_x86-squirrel\GB Studio-3.2.0 Setup.exe"
file64 = "$toolsDir\gb-studio-master-windows_x86_64-squirrel\GB Studio-3.2.0 Setup.exe"
silentArgs = '--silent'
}
Install-ChocolateyInstallPackage @packageArgs
2 changes: 1 addition & 1 deletion automatic/gbstudio.portable/gbstudio.portable.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>gbstudio.portable</id>
<version>1.2.1</version>
<version>3.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gbstudio.portable</packageSourceUrl>
<owners>chtof</owners>
<title>GB Studio (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gbstudio.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'https://github.com/chrismaltby/gb-studio/releases/download/v1.2.1/GB-Studio-Windows-32bit-standalone-1.2.1.zip'
checksum = 'A021996F200385171978A2447CFBB3C432904A660625B7B78B8D2CEFDD765C1F'
url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-32bit-standalone.zip'
checksum = 'ae79da6d8b8f6dc72cc22703863d346b3da4c8296da699f06683306973196dc2'
checksumType = 'sha256'

url64 = 'https://github.com/chrismaltby/gb-studio/releases/download/v1.2.1/GB-Studio-Windows-64bit-standalone-1.2.1.zip'
checksum64 = 'BF3FA1F3001DF566BD2FC682A3C63B767D6DA15FA8DD8F0F59180DA7A1CAB3A4'
url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-64bit-standalone.zip'
checksum64 = '5463a001930ea0ff7c81f524a89093fff9d9a785849458227980fe761ece39a0'
checksumType64= 'sha256'
}

Expand Down

0 comments on commit 2477a7a

Please sign in to comment.