Skip to content

Commit

Permalink
AU: 2 updated - chromium librecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 29, 2021
1 parent 40892a7 commit 9991cf9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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": "98.0.4736.0-snapshots",
"snapshots": "98.0.4737.0-snapshots",
"stable": "96.0.4664.45"
}
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>98.0.4736.0-snapshots</version>
<version>98.0.4737.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/945795/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/945794/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/945848/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/945848/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: BF24CF83230F1B030381B8E09DFEE17C9FE0AE7627ED399F58A12600A5BFBEA6
checksum64: 45E2832E3CA4E009FB88D8228491FD097AB19DBC22D73B8F1E817265F1937612
checksum32: E70F1F471972C6643DD342BE2C5D38731AE34E84BAEE0763FB290B241C81225D
checksum64: 836BF6EE06805C03A4D88F9DA3C00F17013FEA64FEC1EC1920124896046D69C6

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 = "98.0.4736.0-snapshots"
$version = "98.0.4737.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/librecad/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg" height="48" width="48" /> ![LibreCAD](https://img.shields.io/chocolatey/v/librecad.svg?label=LibreCAD&style=for-the-badge)](https://chocolatey.org/packages/librecad)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg" height="48" width="48" /> ![LibreCAD](https://img.shields.io/chocolatey/v/librecad.svg?label=LibreCAD&style=for-the-badge)](https://chocolatey.org/packages/librecad)


LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers.
Expand Down
4 changes: 2 additions & 2 deletions automatic/librecad/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/LibreCAD/LibreCAD/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc2/LibreCAD-Installer-2.2.0-rc2.exe>
1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc3/LibreCAD-Installer-2.2.0-rc3.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
checksum: A992AA5548121679A66F1F26A3F219FF00E52E4881C4D1DB04CEDDFC1D3CA013
checksum: F8ACAD0D8BCBF840370677B06B20BC5EE74ACDE22373507C882B0398938A90FF

The file 'LICENSE.txt' has been obtained from <https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/librecad/librecad.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"2.2": "2.2.0-rc2"
"2.2": "2.2.0-rc3"
}
6 changes: 3 additions & 3 deletions automatic/librecad/librecad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>librecad</id>
<version>2.2.0-rc2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/librecad</packageSourceUrl>
<version>2.2.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/librecad</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>LibreCAD</title>
<authors>LibreCAD community</authors>
<projectUrl>http://librecad.org/cms/home.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg</iconUrl>
<copyright>What is the copyright</copyright>
<licenseUrl>https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/librecad/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\LibreCAD-Installer-2.2.0-rc2.exe"
file = "$toolsPath\LibreCAD-Installer-2.2.0-rc3.exe"
softwareName = 'LibreCAD'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 9991cf9

Please sign in to comment.