Skip to content

Commit

Permalink
AU: 3 updated - chromium codelite vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 13, 2022
1 parent b51cf2c commit 0609c3c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "107.0.5298.0-snapshots",
"snapshots": "107.0.5299.0-snapshots",
"stable": "105.0.5195.102"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>107.0.5298.0-snapshots</version>
<version>107.0.5299.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
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/1046187/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1046180/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1046230/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1046237/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: 6C2AECCF98E976BDF8B080445A6792797F95DFE88F91FA6B65DF5D34A6CBC2D0
checksum64: 51FEA9227556EC0D19AF0523D669957DA785279E4BDA87004C2EAC714B3631C4
checksum32: D252DA65637CC1A0456D5591A8A8CD497355EED70FECC8C4BF8E2043B65F2EBC
checksum64: A270CCC46CB364DF487825EBA0496721FC0217CAFCC749301E1323FFA78120EF

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "107.0.5298.0-snapshots"
$version = "107.0.5299.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/codelite/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)

CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js)
programming languages which runs best on all major Plattforms (OSC, Windows and Linux)
Expand Down
10 changes: 6 additions & 4 deletions automatic/codelite/codelite.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codelite</id>
<version>15.0.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/codelite</packageSourceUrl>
<version>16.0.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/codelite</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>CodeLite</title>
<authors>Eran Ifrah,CodeLite team</authors>
<projectUrl>http://www.codelite.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png</iconUrl>
<copyright>© 2021 by SmartKoders, All rights reserved.</copyright>
<licenseUrl>https://github.com/eranif/codelite/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -26,8 +26,10 @@ programming languages which runs best on all major Plattforms (OSC, Windows and
## Notes
- This package downloads the installer which includes CodeLite, the MinGW suite and the wxWidgets SDK.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://github.com/eranif/codelite/releases/tag/15.0.0</releaseNotes>
<releaseNotes>https://github.com/eranif/codelite/releases/tag/16.0.0</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<!--We could set chocolatey to version 0.10.4, but that version was broken so we use 0.10.5-->
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/835ace5796cec0ed19a7eec119b26b57220b0f1a/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/835ace5796cec0ed19a7eec119b26b57220b0f1a/VSCodeSetup-x64-1.72.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/1a55beb2aaee64eb8d0cbe5b61b10088bbc6c895/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/1a55beb2aaee64eb8d0cbe5b61b10088bbc6c895/VSCodeSetup-x64-1.72.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '3aed4b091956d4599b2dd65ac3a858ac617a34849b457c1e327d039cf52d7c2f69521dce0b4dcdbecee7f13122e5462753e9bb5b23762e9ff7243fb85741ec87'
checksum = 'dfe9b94e71c6df7a2ec8f71b5a3ea1539ee579cccbd1c1b2a573672847ebda6b45cdc6795cdff4568fd10b246ab376ac45c76da4954560ec3021c8f118a19441'
checksumType = 'sha512'
checksum64 = '131e7529d06e60e4f656d2c6b01ee9d3ae1e15a7e7a24ba3d61a63d505fd5823ae32990e45f26bf7528d7a1f40096b63e137c0806650c1b502fd0c520a033205'
checksum64 = '2e6dbf3119b86edb85f0292e16d33b38e3849ce335f18a5cf64686ea9779d32e6c12ed2d8035f5f3026ca477eacdbf14b9c8e6ee18bc82ae7e3cbbbd3d440534'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.72.0.20220912</version>
<version>1.72.0.20220913</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 0609c3c

Please sign in to comment.