Skip to content

Commit

Permalink
AU: 4 updated - brave php rufus smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 17, 2024
1 parent a39d0fa commit 90500be
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.61.116",
"stable": "1.61.120",
"beta": "1.62.144-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.62.144-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.61.120</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **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>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.144/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.120/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 4F25E12E822AAF3F811A89B2C1D4B4D77847A89977E1D38321A8337CA94BCA38
checksum64: 4D63561C4AC26B21F02C4D97EDF237B1E9AE31398D1604016E9EA86C643ACA46

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.62.144/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '30FD68930CED9ED7C2DD51BDB68BE8CABF48993EB64BB574890506AC7E3722D9'
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.120/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'EB0749DEB9EA0E74F07DF8AB76139D816459BAA3B6961CDD2B1B7F4FC635B3F9'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.62.144'
[version]$softwareVersion = '1.61.120'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.15-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.15-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.15-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.15-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.2-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.2-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.2-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.2-nts-Win32-vs16-x64.zip>
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:
checksum32 (threadsafe): 241FD763F68D6AF51196D882476342D3FB061D85F992A49E8559D9CE7D4080E6
checksum64 (threadsafe): FC0E3B0FC8F2FF9CD245A8DE99E6945B55E123C0264EF552F5233C3A2ADD0D62
checksum32 (non-threadsafe): 3D40E2708A9BE70D37308B4AABFA59C551D4493F81B8898F4C349A8636EB63FA
checksum64 (non-threadsafe): CF1278CCF40A05E6CA1C94E4D652013383E58545DA1C2B306D0568A35F094FE4
checksum32 (threadsafe): 0147B769BA8E60128BA3C429B7C5DBBB635F4910AD6D909FFE03D78C0D3755A3
checksum64 (threadsafe): 5990F7E4CEFC0EC48495282A661D4CA817B8ECCA220EC32E7FFC0D3865591FA2
checksum32 (non-threadsafe): D33A9167CBE08930107E4A57808544A23BA34BB0DD0202ECBAF6E11F72FE7D7A
checksum64 (non-threadsafe): 674AD1FDC50D07A3324A4916D8E31B5DEC9331D55B51EE85D09A4D3B03BACC01

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"8.0": "8.0.30",
"8.1": "8.1.27",
"8.2": "8.2.15",
"8.3": "8.3.1"
"8.3": "8.3.2"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.2.15</version>
<version>8.3.2</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.2.15</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.2</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.2.15-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.2.15-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.2.15-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.2.15-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.3.2-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.2-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.2-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.2-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus/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

x32: https://github.com/pbatard/rufus/releases/download/v4.3/rufus-4.3.exe
x32: https://github.com/pbatard/rufus/releases/download/v4.4/rufus-4.4.exe

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'

checksum32: 9158FED9FB694BC7F7C0520205C101DEFDFFE225A4C1F9AF1A3C62314D51FDCA
checksum32: 42CDB16F6DD64C4FEC30C7A71960FE4D0015862C37E7B02C8DBA5C0D68384C74


File 'license.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus/rufus.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>rufus</id>
<version>4.3</version>
<version>4.4</version>
<title>Rufus</title>
<authors>Pete "Akeo" Batard</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3195.0</version>
<version>10.0.3196.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'f2d1c5a1adc6d1825875a093ef5efdaa469398073fdc2559b432f7664c3b4ad0'
checksum64 = 'ce75ec55cab5fb3e66cc16a14c404cc4a85add351cc2e5cdfe97a9252115b72e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 90500be

Please sign in to comment.