Skip to content

Commit

Permalink
AU: 3 updated - eclipse-cpp eclipse-java-oxygen genymotion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2022
1 parent 6b515b8 commit 098bd2c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/eclipse-cpp/eclipse-cpp.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>eclipse-cpp</id>
<version>2022.09</version>
<version>2022.12</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/eclipse-cpp</packageSourceUrl>
<owners>chtof</owners>
<title>Eclipse IDE for C/C++ Developers</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/eclipse-cpp/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'http://ftp.fau.de/eclipse/technology/epp/downloads/release/2022-09/R/eclipse-cpp-2022-09-R-win32-x86_64.zip'
checksum = '02CA035C99FFA59A705C7EB865BB8081A568619F98EF509B0D7DDAAB8AF03CF3'
url = 'http://ftp.fau.de/eclipse/technology/epp/downloads/release/2022-12/R/eclipse-cpp-2022-12-R-win32-x86_64.zip'
checksum = '033e78931dc7d97cb9fc9655570a72e7a99f83a4486b4e0947843c12e9b40ae7'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/eclipse-java-oxygen/eclipse-java-oxygen.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>eclipse-java-oxygen</id>
<version>2022.09</version>
<version>2022.12</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/eclipse-java-oxygen</packageSourceUrl>
<owners>chtof</owners>
<title>Eclipse IDE for Java Developers</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/eclipse-java-oxygen/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/2022-09/R/eclipse-java-2022-09-R-win32-x86_64.zip'
checksum = 'B78B0650DB611E898CC3EF1AC15073043465B01039E8719316AA2FA7E52E5CC7'
url = 'http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/2022-12/R/eclipse-java-2022-12-R-win32-x86_64.zip'
checksum = '423c0b5387d2174a1c5ae32e5a5badfc0942f01c092823f39ea2d237a5ce5df9'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/genymotion/genymotion.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>genymotion</id>
<version>3.3.1</version>
<version>3.3.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/genymotion</packageSourceUrl>
<owners>chtof</owners>
<title>Genymotion Desktop</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/genymotion/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dl.genymotion.com/releases/genymotion-3.3.1/genymotion-3.3.1.exe'
checksum = '@{Algorithm=SHA256; Hash=379B161CBEFB9DDD570ADFE576E057AA42A9AE297052E2032A79744EEB76DE9A; Path=C:\Users\appveyor\AppData\Local\Temp\1\genymotion.exe}'
url = 'https://dl.genymotion.com/releases/genymotion-3.3.2/genymotion-3.3.2.exe'
checksum = '@{Algorithm=SHA256; Hash=990A701C4F22EC552BABFE29DB85CE3125035DB9877041DBE6C673C90C456CF5; Path=C:\Users\appveyor\AppData\Local\Temp\1\genymotion.exe}'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 098bd2c

Please sign in to comment.