Skip to content

Commit

Permalink
AU: 4 updated - dropbox mpc-hc-clsid2 tixati tixati.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 18, 2024
1 parent 2782f01 commit 52e7a00
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "204.3.5321-beta",
"beta": "204.3.5363-beta",
"stable": "203.4.4857"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>204.3.5321-beta</version>
<version>204.3.5363-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '204.3.5321'
$version = '204.3.5363'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5321%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5321%20Offline%20Installer.x64.exe'
checksum = '760f183af6d973e00a4a6dc37479ccd60d2dd1f9c8d7572796db2080749f828c'
checksum64 = '81f2ae4107bdfec3e9c6e6d9651cda05dc49fa10cc65b10b05bd4f111d836559'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5363%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5363%20Offline%20Installer.x64.exe'
checksum = '95f29bfbad726c488b53ab892b8b69a5dffa90c1494dc9c25a5a896a335e334c'
checksum64 = '0754e38928c824521ae5ee3707a60f5b51153bdaf328b2ad4c63d5b3f707a351'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
10 changes: 5 additions & 5 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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://github.com/clsid2/mpc-hc/releases/tag/2.3.2>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.3.3>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.3/MPC-HC.2.3.3.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.3/MPC-HC.2.3.3.x64.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: 779567EEA56AF6B297E6E7D406149FEC15333D2D320EDB9F3DD8D031A13A33FE
checksum64: 35BF73BA1055E2B3C05C0060C6C06646494DB45B7EF1BA74D07C5C99789F9FCE
checksum32: 8DC59C0EE4650DB6D81EB1C3A45FD9A006C9E3F0A26B8C7CB16C0B4046FEEB1E
checksum64: 1D3702B9F57109E0A2850698449F60C1F3B1DC8B5165574CC2247EB7B01BC8B1

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.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>mpc-hc-clsid2</id>
<version>2.3.2</version>
<version>2.3.3</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.2.3.2.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.2.x64.exe"
file = "$toolsPath\MPC-HC.2.3.3.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.3.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
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.26</version>
<version>3.27</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.26-1.portable.zip'
checksum = 'c376590e86b1d0c61fd38f5f15e917dfa15eb56cd866820db90a34adbfc480e9'
url = 'https://download2.tixati.com/download/tixati-3.27-1.portable.zip'
checksum = '80b11be10aa1af50ac2df231bff6d9e2fabaea8859a34af0073a00c5699cadac'
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.26</version>
<version>3.27</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.26-1.install.exe'
$fileName = 'tixati-3.27-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.26-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.26-1.win64-install.exe'
checksum = 'f8645acf8352f2ec4445a4a31694193721c9f4f6533fd39e6415260ac8651d41'
checksum64 = '734dbb049b8a4d233bec9e3166539b17ec818a2a884d13bb6403f38166b769d5'
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'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 52e7a00

Please sign in to comment.