Skip to content

Commit

Permalink
AU: 2 updated - smartftp vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 17, 2023
1 parent e1f785a commit b6e34bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.3175.0</version>
<version>10.0.3178.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 = '500facc3722eb14758329323ee5dddd10a11759df08a34cef96cf8182368108d'
checksum64 = '23be9fefc19911a48a3e5790075289292d1cc1cb953b98a890ebfe0dee89f497'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_windows_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_windows_amd64.msi'
checksum = '8cb1303f9849a323c3947995cbbe83f0defc36d324f638d5d89d27dc99c2fc92'
checksum64 = 'eaf3ab2687d3c65468feb763abd32892d4955f4ecc4dd5a4337f40ce697fc9c0'
url = 'https://releases.hashicorp.com/vagrant/2.4.0/vagrant_2.4.0_windows_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.4.0/vagrant_2.4.0_windows_amd64.msi'
checksum = '6c63fab066223e55f52e3eb58dd41876e877926e152f61aafb60bb2651c88c68'
checksum64 = 'd8f62fce5de0f4b9fb1a4afece10faa6fafed41929ccfe7bb380f160358043e4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.3.7</version>
<version>2.4.0</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit b6e34bd

Please sign in to comment.