Skip to content

Commit

Permalink
AU: 7 updated - chromium mp3tag msys2 tixati tixati.portable vscode-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 26, 2023
1 parent c532d92 commit 5364e0e
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 38 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": "116.0.5793.0-snapshots",
"snapshots": "116.0.5794.0-snapshots",
"stable": "113.0.5672.127"
}
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>116.0.5793.0-snapshots</version>
<version>116.0.5794.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/1149315/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1149287/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1149601/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1149597/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: BE76E431465BEF36B5A04EDBEA55D5611913521C3B524FF6CD17511734EE8730
checksum64: 0F8908495C5C0F4EB4C0F1CA3DE8EAE840F5DBECC2D2D7979F6C50C97E6E151D
checksum32: F667A80AC70C70A9DDC74D1DB93FC511AC8CECA083AC065830230833C9824DDC
checksum64: 74B4E86DCA0E1B4C60FBDA6F3DD74A594A178099DE5B18703ED73712A611C64A

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 = "116.0.5793.0-snapshots"
$version = "116.0.5794.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv320bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv320b-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv321setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv321-x64-setup.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: 00859486B71016AA161910B17BCA25C0C7593811786A68FEF3A5C52C766BABAD
checksum64: E4E93DACDFAE6C3D39CC4F3CF831BD4D7451DF6D49763901E633B80751F37D8F
checksum32: CDC540B1D3F2F53366BFB97EE6D5E93FCFC07D993251D00D19F29CFA9F2921D3
checksum64: 5B950E0E74D5635B125D12CF431D933232668012B87DA8F35F93F37B2063CD2D

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>3.20.2-beta</version>
<version>3.21</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv320bsetup.exe"
file64 = "$toolsPath\mp3tagv320b-x64-setup.exe"
file = "$toolsPath\mp3tagv321setup.exe"
file64 = "$toolsPath\mp3tagv321-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/msys2/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/msys2/msys2-installer/releases/download/2023-03-18/msys2-base-x86_64-20230318.tar.xz
x64: https://github.com/msys2/msys2-installer/releases/download/2023-05-26/msys2-base-x86_64-20230526.tar.xz

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: 83B95C0787810B06AE2E30420C70126D2269B4A64D0702FC3D6B2BF24FC6D72D
checksum64: A2D613508F99FADBDD3DA5A9A36499FE21F4B00371F0D9CC932B22D67520F87E

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion automatic/msys2/msys2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>20230318.0.0</version>
<version>20230526.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey-community, userzimmermann, petemounce</owners>
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.18</version>
<version>3.19</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.18-1.portable.zip'
checksum = 'e584afbf1cdbf8ded55bf389f6b4bbf41a7d1112177b85ea79f8802254e7038d'
url = 'https://download2.tixati.com/download/tixati-3.19-1.portable.zip'
checksum = 'd4053993a16575e13654fcf7888af8555c125077f58dfbaa7afe3c905fb20982'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://www.tixati.com/download/portable.html'

Expand All @@ -13,7 +13,7 @@ function global:au_SearchReplace {

function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing
$url32 = $download_page.links | ? href -match '\.zip$' | % href
$url32 = $download_page.links | Where-Object href -match '\.zip$' | ForEach-Object href
$url32 -match '(?<=tixati-).+?(?=\.portable)'
$version = $Matches[0] -replace '-.+'

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.18</version>
<version>3.19</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
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$packageName = 'tixati'
$fileName = 'tixati-3.18-1.install.exe'
$fileName = 'tixati-3.19-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-3.18-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.18-1.win64-install.exe'
checksum = '530f92597781bc632d22d58bc30b8a6fa6281949d65ae13831a4f7d1078dd741'
checksum64 = 'bde4d2194e0bb29173370535d1e8ddce21436fbbbe4ea87b3b4b84d97fb17781'
url = 'https://download1.tixati.com/download/tixati-3.19-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.19-1.win64-install.exe'
checksum = 'aba530275d136a63e927807d75a3d5ceb30990d15eedf00a12f5bd247f79b5e0'
checksum64 = 'c696960f8bdade39e3a73d6a7626dbd9ecb79f8c9335c8ea1220015a55627692'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/tixati/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://www.tixati.com/download/'

Expand All @@ -16,10 +16,10 @@ function global:au_SearchReplace {

function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri "${releases}windows.html" -UseBasicParsing
$url32 = $download_page.links | ? href -match '\.exe$' | select -First 1 | % href
$url32 = $download_page.links | Where-Object href -match '\.exe$' | Select-Object -First 1 | ForEach-Object href

$download_page = Invoke-WebRequest -Uri "${releases}windows64.html" -UseBasicParsing
$url64 = $download_page.links | ? href -match '\.exe$' | select -First 1 | % href
$url64 = $download_page.links | Where-Object href -match '\.exe$' | Select-Object -First 1 | ForEach-Object href

$url64 -match '(?<=tixati-).+?(?=\.win64)'
$version = $Matches[0] -replace '-.+$'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/52e56ad19ae0b7cc812f85fa6dcb98928b2ba00d/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/52e56ad19ae0b7cc812f85fa6dcb98928b2ba00d/VSCodeSetup-x64-1.79.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/2dfb838f494f035099e999f0cd0eff5f1f488a30/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2dfb838f494f035099e999f0cd0eff5f1f488a30/VSCodeSetup-x64-1.79.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '9679304b2e1625d3033f1c778050fd4c4077baf526cbed05ca39ad1bc7c05819ae0717380667aaffa315f2d7ed252c56b72c427206e22c5243537765e4800b7d'
checksum = '6ec5b578008cbfcc1333d14fea4242a526cc16711a0e0be86df71de1e332192900924cd39a003bdc057750f1a0efa3d4ab2c18261fee6ef84473778be52a6db3'
checksumType = 'sha512'
checksum64 = 'a490431070e68a96055ff3a85c96ed868acb0553fe43709ed17a035bf5e8b63d589b2e7d5b45bafa3cdb196dad9673e8b2bd4277e13a328cdc30dfc026e901a9'
checksum64 = 'ca527d7ee3771af1fd3079b0561a2c5c85d6501969848f093e542bcbda62d072c798cc83d0ef45e371448c88e17767e8d265d3c0ab78faf14849e4c0a0f86272'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.79.0.20230525</version>
<version>1.79.0.20230526</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.79.0.20230525</version>
<version>1.79.0.20230526</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.79.0.20230525]" />
<dependency id="vscode-insiders.install" version="[1.79.0.20230526]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 5364e0e

Please sign in to comment.