Skip to content

Commit

Permalink
AU: 3 updated - chromium octave.portable smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 7, 2022
1 parent 88353b2 commit adc722f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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": "102.0.4988.0-snapshots",
"snapshots": "102.0.4989.0-snapshots",
"stable": "100.0.4896.75"
}
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>102.0.4988.0-snapshots</version>
<version>102.0.4989.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/989335/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/989332/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/989608/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/989587/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: 59B7181B9794BAD18BB649AFD71EC906FA2B10A10432ACFF49CD20C5F1FEE7D5
checksum64: D5A047D92E5E131A573E80DCF0FB531B8A278537A0BAF8DFB63FD8D99099DA65
checksum32: 6013AAB547F71374DAA3A0D5589953BAB1DA4E74B19CB7B79592B99D7B2CBA0D
checksum64: C33B3E94A1B5EDC41A1EF0742693879A852424B87AC7D3BCC17017252643C301

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 = "102.0.4988.0-snapshots"
$version = "102.0.4989.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/octave.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-6.4.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-6.4.0-w64.7z>
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w64.7z>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: c4a36213901a7a153651d79eb59c39b490d1ac20794e775571c4a38bb2c4cda5
checksum64: 531e3ec60980647cda98423f7406ef84404d7d6c64437d1d1f58d82e099e5adf
checksum32: 6186416f058e9d673740da467c6f995e3ebdb2fa43f57c2bb46a571c10b41d7c
checksum64: f39581115c0cdd83c5546e9781e28cec1828c08478358d4326993a82a8908630

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
6 changes: 3 additions & 3 deletions automatic/octave.portable/octave.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>octave.portable</id>
<version>6.4.0</version>
<version>7.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/octave.portable</packageSourceUrl>
<owners>chocolatey-community,dgalbraith,Andrei Bejenaru</owners>
<title>GNU Octave (Portable)</title>
<authors>John W. Eaton</authors>
<projectUrl>https://www.gnu.org/software/octave</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aa4dfe9a33e28ea4a94616e84b3648527d4fa87f/icons/octave.png</iconUrl>
<copyright>Copyright 1998-2021 John W. Eaton</copyright>
<copyright>Copyright 1998-2022 John W. Eaton</copyright>
<licenseUrl>https://www.gnu.org/software/octave/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://hg.savannah.gnu.org/hgweb/octave</projectSourceUrl>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example: `choco install octave.install --params "/DesktopIcon /StartMenu /LocalU
* The package makes Octave available through the `octave` (GUI) and `octave-cli` (CLI) shims following installation
]]></description>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2021/07/11/octave-6.3.0-released.html</releaseNotes>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2021/10/30/octave-6.4.0-released.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '6.4.0'
$version = '7.1.0'

$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$progDir = "$toolsDir\octave"
Expand All @@ -10,10 +10,10 @@ $osBitness = Get-OSArchitectureWidth
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-6.4.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-6.4.0-w64.7z'
Checksum = 'c4a36213901a7a153651d79eb59c39b490d1ac20794e775571c4a38bb2c4cda5'
Checksum64 = '531e3ec60980647cda98423f7406ef84404d7d6c64437d1d1f58d82e099e5adf'
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w64.7z'
Checksum = '6186416f058e9d673740da467c6f995e3ebdb2fa43f57c2bb46a571c10b41d7c'
Checksum64 = 'f39581115c0cdd83c5546e9781e28cec1828c08478358d4326993a82a8908630'
ChecksumType = 'sha256'
ChecksumType64 = 'sha256'
}
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.2948.0</version>
<version>10.0.2950.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 = '0a93024c1915822f4a0968f70c9c560232f80ce77d9b8da7568c9ecf985017c9'
checksum64 = '7dc4fe0cfc6baf00fd247fe0480f8b8ee2ef9717d522160fef27e45c1262a08b'
checksum64 = '2dff4aec45eae5f3d7a679a56436dae0f7890cd4bec2a4f901d311a2912301b8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit adc722f

Please sign in to comment.