Skip to content

Commit

Permalink
AU: 6 updated - chromium freecad tixati tixati.portable typescript vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 23, 2024
1 parent 6c74aa9 commit 7088023
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 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": "128.0.6612.0-snapshots",
"snapshots": "128.0.6613.0-snapshots",
"stable": "126.0.6478.183"
}
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>128.0.6612.0-snapshots</version>
<version>128.0.6613.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1330957/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1331322/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
checksum64: 30607109A31C7183AAD8BA8A15AA5527ADF7A5BE88E1EEB09E8561FBF0B39931
checksum64: AC04694C3511D718EA9B83D11002B82F5C8E0D65AE443AC4CB3062D8A19FFABE

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

$version = '128.0.6612.0-snapshots'
$version = '128.0.6613.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1330959/mini_installer.exe'
checksum = '470B1C7A52528F277122DAF538FDB27C6FFBC609F200AA41C4727BA61D3F599B'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1331210/mini_installer.exe'
checksum = '494F27FA12AD7AADFFF51E2DF381B75C51B4AB4F9BC89842544AF5AB867BC80B'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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.21.2.1",
"portable": "0.21.2.1",
"dev": "38261.2024.7.19-dev"
"dev": "38314.2024.7.22-dev"
}
2 changes: 1 addition & 1 deletion 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>38261.2024.7.19-dev</version>
<version>38314.2024.7.22-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38261-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38314-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '0BEB0E5434553B085B27C267144C8196E177F689F2D52989A2DF05D2D1B08601'
checksum64 = '913BE2134C0B08938C0DB80945E288FFD29444CACBC1C9A3649EA374DA644EB8'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>3.27</version>
<version>3.28</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-3.27-1.portable.zip'
checksum = '80b11be10aa1af50ac2df231bff6d9e2fabaea8859a34af0073a00c5699cadac'
url = 'https://download2.tixati.com/download/tixati-3.28-1.portable.zip'
checksum = '86c1254379a72b93d148f1bad4aab5e14b5c557b409f67024b96c647ed2691cc'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>3.27</version>
<version>3.28</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ if (Get-Process "Tixati*" -ErrorAction SilentlyContinue) {
}

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileName = 'tixati-3.27-1.install.exe'
$fileName = 'tixati-3.28-1.install.exe'
$dlDir = "$Env:TEMP\chocolatey\$($Env:ChocolateyPackageName)\$($Env:ChocolateyPackageVersion)"

$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileFullPath = Join-path $dlDir $fileName
url = 'https://download1.tixati.com/download/tixati-3.27-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.27-1.win64-install.exe'
checksum = '07183d131f3f4f8dae9ceb6ca812494744d82d50b03b83204d533b7ab95e1be5'
checksum64 = '7706ed773e1a88af16aad034a338bbe27b81c7cf2b7cf7b97a28dee91e2bab46'
url = 'https://download1.tixati.com/download/tixati-3.28-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.28-1.win64-install.exe'
checksum = 'cce5045d8746c0af5094b45a5536a0befcd4dccaaaedf327b3f71c1ec70f1272'
checksum64 = '69c35388e07e5b35aa6edf84d2b209313867fde0ab549898b171c0300968d9b0'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | ForEach-Object { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","[email protected].3"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","[email protected].4"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.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>typescript</id>
<version>5.5.3</version>
<version>5.5.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey-community, Microsoft</owners>
<title>TypeScript</title>
Expand All @@ -27,7 +27,7 @@ This package installs the command-line TypeScript compiler as a Node.js package.
- **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/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0608/gvim_9.1.0608_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0608/gvim_9.1.0608_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0610/gvim_9.1.0610_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0610/gvim_9.1.0610_x64.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'

checksum32: 71E499B6916172D772FCEBBD6943CC9EB10D1002D0974B1378A01675C7993B52
checksum64: EC03AEC9D6BFD9AEBB09ED2A0CC17DB0FD74A8B6F5BAEDD8AE63E1D03D94A62D
checksum32: BB3F6F5B09F4E11B5C04695CB4C268BAEE3BB3C4A29A1C00F7A95C17DD249596
checksum64: C7FE4CC005125C2B9C634ADEC9086832E9752F217B7AF37E800A95C35C858648
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0608_x86.zip"
file64 = "$toolsDir\gvim_9.1.0608_x64.zip"
file = "$toolsDir\gvim_9.1.0610_x86.zip"
file64 = "$toolsDir\gvim_9.1.0610_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0608</version>
<version>9.1.0610</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 7088023

Please sign in to comment.