Skip to content

Commit

Permalink
AU: 3 updated - chromium codeblocks gnucash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 31, 2020
1 parent e90f556 commit 93cba76
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 22 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": "83.0.4099.0-snapshots",
"snapshots": "83.0.4101.0-snapshots",
"stable": "75.0.3770.142"
}
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>83.0.4099.0-snapshots</version>
<version>83.0.4101.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/754279/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/754286/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/754845/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/754839/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: E83840B53481E814C103D5460BBC245A34D42439A6D588E8187FFAA9084C971C
checksum64: 5AB1812AA96799C9562A3D45BFD7CFA803999B287B29E4B95568EE65F31D4DE2
checksum32: BBE9B601D8719CF2BFA0044B8932CDF0A9D30D60F16BC41A4D03ECAA2B8DA2F1
checksum64: 68987CD5FBB577C1681AB66895FD95F6CD8D471443F3E7D48CD03174E9944946

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 = "83.0.4099.0-snapshots"
$version = "83.0.4101.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/codeblocks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/codeblocks.png" width="48" height="48"/> [codeblocks](https://chocolatey.org/packages/codeblocks)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/codeblocks.png" width="48" height="48"/> [codeblocks](https://chocolatey.org/packages/codeblocks)


Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Expand Down
8 changes: 4 additions & 4 deletions automatic/codeblocks/codeblocks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>codeblocks</id>
<version>17.12</version>
<version>20.03</version>
<title>Code::Blocks</title>
<authors>The Code::Blocks Team</authors>
<owners>chocolatey purity</owners>
Expand All @@ -13,7 +13,7 @@
<docsUrl>http://wiki.codeblocks.org/index.php/Main_Page</docsUrl>
<mailingListUrl>http://forums.codeblocks.org/</mailingListUrl>
<bugTrackerUrl>https://sourceforge.net/p/codeblocks/tickets/</bugTrackerUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/codeblocks.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/codeblocks.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Expand Down Expand Up @@ -80,10 +80,10 @@ This package downloads the installer with the included GCC compiler.
]]></description>
<summary>Code::Blocks is a free C++ IDE.</summary>
<releaseNotes>http://www.codeblocks.org/downloads/48</releaseNotes>
<releaseNotes>http://www.codeblocks.org/downloads/49</releaseNotes>
<copyright />
<tags>codeblocks C++ IDE admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/codeblocks</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/codeblocks</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codeblocks/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the sourceforge mirror listed on <http://www.codeblocks.org/downloads/26>
and can be verified like this:

1. Go to <https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe>
1. Go to <https://sourceforge.net/projects/codeblocks/files/Binaries/20.03/Windows/codeblocks-20.03mingw-setup.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: D53B03186FD487B34479F139E39CA19418186A45D62AFAB9BA86A67398259B39
checksum: D94E852BDA526584A3B017C81C99CB02B7F566CF4C4813388DC84C38FC119B22

File 'LICENSE.txt' is obtained from <http://svn.code.sf.net/p/codeblocks/code/trunk/>
4 changes: 2 additions & 2 deletions automatic/codeblocks/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'CodeBlocks'

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
Expand All @@ -27,5 +27,5 @@ if ($key.Count -eq 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"3.4": "3.4",
"3.5": "3.5",
"3.6": "3.6",
"3.7": "3.7"
"3.7": "3.7",
"3.9": "3.9"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.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>gnucash</id>
<version>3.7</version>
<version>3.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.9/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/gnucash-3.7.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.9/gnucash-3.9.setup.exe/download>
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
checksum: 3664F3F0A2725BA1B771400ECF1478DB164006E97832EA19883657C3D3F41EC3
checksum: 760959D41588329CCBCEDA0527D2B6F847CA85B6460051A935C99F377E2545FF

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\gnucash-3.7.setup.exe"
file = "$toolsPath\gnucash-3.9.setup.exe"

softwareName = 'GnuCash*'

Expand Down

0 comments on commit 93cba76

Please sign in to comment.