Skip to content

Commit

Permalink
AU: 3 updated - freecad smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 14, 2020
1 parent af3e8d8 commit b3ccc2c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
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.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.23258-dev"
"dev": "0.19.0.23323-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>0.19.0.23258-dev</version>
<version>0.19.0.23323-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 @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23258-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23323-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '160305D7B5EBE0ED3BE8D14D7EE0CAAC2CE9DA85D27B88F3D0819E32A6C92975'
checksum64 = '0FC9895C2C2AAFB116BC0EB24EC009AFC8A7F09D5C03233C05B855B27E3A97FE'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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>9.0.2816.0</version>
<version>9.0.2817.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
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'b1563757882ccb68254d54033f226ddfef475a904082195a0d9962e15b3abf16'
checksum64 = 'ab1027571b81637ffd61dff3cf89fc8c7b389c387fa41c034f6fed617e7e9954'
checksum = 'c340ca66d51ce83e841bad658227b490c48943d1c7e946b7bb85c29a35750c82'
checksum64 = 'ccf16b8a002eed2f8bc6e91191f8cef8d03932502bc4ee6bfc0e7d9cbb4d298e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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/v8.2.2135/gvim_8.2.2135_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2135/gvim_8.2.2135_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2143/gvim_8.2.2143_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2143/gvim_8.2.2143_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: E874266764B7B356611A225C31702E3A976B02F1990A8E75E51DC554C7BF6157
checksum64: 04B974EA3D697D7647382CC578CCEAC5981A333F5A16892420303268D2AF670F
checksum32: 01606EE29DA1F29B5330B0CCAD3FE13A432945EEB478C11225FC2D22CABA83B0
checksum64: 32E4322C2AC6AD75D9A0FD0CE309920A9D455E0556E98FE61FF07EA50E0D2582
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_8.2.2135_x86.zip"
file64 = "$toolsDir\gvim_8.2.2135_x64.zip"
file = "$toolsDir\gvim_8.2.2143_x86.zip"
file64 = "$toolsDir\gvim_8.2.2143_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>8.2.2135</version>
<version>8.2.2143</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 b3ccc2c

Please sign in to comment.