Skip to content

Commit

Permalink
AU: 4 updated - chromium freecad iTunes paint.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 9, 2022
1 parent 0e29278 commit 54d022d
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "101.0.4932.0-snapshots",
"snapshots": "101.0.4933.0-snapshots",
"stable": "99.0.4844.51"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>101.0.4932.0-snapshots</version>
<version>101.0.4933.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/978650/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/978651/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/979014/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/979063/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 27CA83E474A05CF3676FBC82E565A9C9095F52F9173AE90BF1385F3BD3C6C789
checksum64: 9ED904F0758A0B1820B0B1B8D102C68F97A2CDC91749A8EF114058DDBC40E2AB
checksum32: 2C931D57DF29A355F12553519346FC65B46386381A9045022DEF7C41606B1EAF
checksum64: 4F78D3901F22EC423A0AECCF43FCAA634D7B8785EE73FF7821BB0DF1A67E9098

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "101.0.4932.0-snapshots"
$version = "101.0.4933.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.19.3",
"stable": "0.19.4",
"portable": "0.19.3.6530",
"dev": "0.20.0.27428-dev"
}
4 changes: 2 additions & 2 deletions automatic/freecad/freecad.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>freecad</id>
<version>0.20.0.27428-dev</version>
<version>0.19.4</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down Expand Up @@ -43,7 +43,7 @@ This package may install a 32bit version that is not the same version number as
Example: `choco install freecad --params "/InstallDir:'C:\FreeCAD' /NoShortcut"`
]]></description>
<summary>A parametric 3D CAD modeler</summary>
<releaseNotes>https://www.freecadweb.org/wiki/Release_notes_0.20</releaseNotes>
<releaseNotes>https://www.freecadweb.org/wiki/Release_notes_0.19</releaseNotes>
<tags>freecad 3d cad modeling engineering admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freecad</packageSourceUrl>
<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P

$packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_0.20.27428_Win-LPv12.5.4_vc17.x-x86-64.7z'
fileType = 'exe'
url = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x32-installer.exe'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19.4/FreeCAD-0.19.4-WIN-x64-installer-1.exe'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '2CB715AD1F660B83F99867DAB59E5657A897A28D4335185F407307529369FA89'
checksum = 'A3C00E00E5321D9786C56D58C501F8A8E43BA9D25F7147CD8B9C869D744BE514'
checksumType = 'sha256'
checksum64 = '690CD3510677F227899A5541EC6D28B1FE1EA9AB871EE71F699CF2B665746DB2'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
softwareName = 'FreeCAD'
fileType = '7z'
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(@(0))
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5ced49e4d36eb588b9d3feb506b96e77"|12.12.2.2
"bdd09ecb0f39ef8e6afef05f0ec5b679"|12.12.3.5
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.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>iTunes</id>
<version>12.12.2.2</version>
<version>12.12.3.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.12.2.2'
$version = '12.12.3.5'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/002-16266-20211027-F51BB8E4-FD1E-4D0E-B200-C422BF20C491/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/002-16263-20211027-C3421E95-F58B-4691-BD76-672A0D346AFB/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/002-35074-20220304-184A304F-AAB1-4C24-BBA1-54CEB8BABADD/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/002-35070-20220304-5521E72A-137B-4F09-9844-45BEBA5C3B40/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = '72D0CC83A571C1293C68C00E042068A76DA3DC96BC7DD1044AAE441F307868E0'
checksum = '7719C33C77D0DBCB1E424D48DFBC52A12D06856B0BEB6E4B22D16055BB5A3A7C'
checksumType = 'sha256'
checksum64 = 'fe8c80c742dbdfa8ca9967cc9e6b0cb9ea20ba07ef3a4a13f57e8cf79e4a7b18'
checksum64 = '290b1049948d08a813392d437161ae4d44f4a7898d13d92c5e98ff02a21d8f7b'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/paintdotnet/release/releases/download/v4.3.8/paint.net.4.3.8.install.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v4.3.9/paint.net.4.3.9.install.x64.zip

to download the installer.

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

checksum64: 45B071138E6CCD35A7EE9F4D35BAD73BD81E257BBE52C823C5CF21226E34B67C
checksum64: D578860AD0C5AE8A7045F3AD2A92F0A83398AB0F056BDF4D2E736056D9BE97A0

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.3.8</version>
<version>4.3.9</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down

0 comments on commit 54d022d

Please sign in to comment.