Skip to content

Commit

Permalink
AU: 2 updated - cudatext openmodelica
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 1, 2022
1 parent c658be1 commit e525020
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/cudatext/cudatext.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>cudatext</id>
<version>1.165.0.3</version>
<version>1.165.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext</packageSourceUrl>
<owners>chtof</owners>
<title>CudaText</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cudatext/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.165.0.3.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.165.2.0.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 31F0CAA09CB51F85A4B1205E6F6E2A51EA4BA2F1EBFEC6E912CF7C6FA78DCBE0
checksum64: 25B51EE7B731212F95DB9E9587064651BA35C3D10F7BF47D2C6C145298DE3CFE

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt
2 changes: 1 addition & 1 deletion automatic/cudatext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $pp['InstallationPath']
file64 = "$toolsDir\cudatext-win-x64-1.165.0.3.zip"
file64 = "$toolsDir\cudatext-win-x64-1.165.2.0.zip"
}

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

url = 'https://build.openmodelica.org/omc/builds/windows/releases/1.18/1/32bit/OpenModelica-v1.18.1-32bit.exe'
checksum = '8d4329a9c7998dd29982231fa96b984a04d02e4d83b06addbe9d0de2cd91bf07'
url = 'https://build.openmodelica.org/omc/builds/windows/releases/1.19/0/32bit/OpenModelica-v1.19.0-32bit.exe'
checksum = '8482341a616ad8c0c0309ba40c6c4844b92599b58bbd786bbc20bba194cd4fa2'
checksumType = 'sha256'

url64 = 'https://build.openmodelica.org/omc/builds/windows/releases/1.18/1/64bit/OpenModelica-v1.18.1-64bit.exe'
checksum64 = 'bc4f81ca3ff2c45569c4f5f24757b0ae84cb1b8ab321b2a08d76e3ead859d34c'
url64 = 'https://build.openmodelica.org/omc/builds/windows/releases/1.19/0/64bit/OpenModelica-v1.19.0-64bit.exe'
checksum64 = 'c3e0378ba2d8490a16f8a446cbc22304ac95dffe23e064edf3ad86b9d43b8ee5'
checksumType64= 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit e525020

Please sign in to comment.