Skip to content

Commit

Permalink
AU: 8 updated - chromium clipboardfusion displayfusion logfusion php …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 15, 2021
1 parent 4f04cdb commit e8eaa43
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 60 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": "99.0.4767.0-snapshots",
"snapshots": "99.0.4768.0-snapshots",
"stable": "96.0.4664.110"
}
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>99.0.4767.0-snapshots</version>
<version>99.0.4768.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/951517/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/951513/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/951794/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/951810/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: 37F6D93E2DE9EF561264E070AD6759AD3146B41084A5AD474CD78FA6726DEE59
checksum64: 7BB741BFFB8D3ACF7AD8DACC9FD362BD3E381EFD6803E4A19C0F01F967B67F98
checksum32: BED14228C128769DBD732B14B36FC7A4299E226B5983E19E9C035CA9FD5AF075
checksum64: A9AD7D74CDE393B0D32600BE2EB6880ADDFF2A8D0C47271A548B4BD29C813626

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 = "99.0.4767.0-snapshots"
$version = "99.0.4768.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "5.9",
"stable": "5.9.1",
"unstable": "5.9.1-Beta8"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>5.9.1-Beta8</version>
<version>5.9.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.9.1-Beta8.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.9.1.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
checksum: B557AAF3AD566844ED9B20FF0930D1AA3561187659D77D9A711F4EB81998C669
checksum: 68D2A480C759DADBAC0C114F0F0784A5DBC0825F64821436A75DB8C10B3E7396

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-5.9.1-Beta8.exe"
file = "$toolsPath\ClipboardFusionSetup-5.9.1.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "9.8",
"stable": "9.9",
"unstable": "10.0-Beta9"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.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>displayfusion</id>
<version>10.0-Beta9</version>
<version>9.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-10.0-Beta9.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.9.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
checksum: 7F305172FF98204FC6F2049E803C9EFBA441055CBB0D79BD38F2487E5A7B30B2
checksum: 58663AC3C4EFF723CD2D39C9F156691EDD072823D853E4B22B9ECFFF92F4B352

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DisplayFusionSetup-10.0-Beta9.exe"
file = "$toolsPath\DisplayFusionSetup-9.9.exe"
softwareName = 'displayfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/logfusion/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@cb12fa392bf8b8ee1cffabb8084994ee01516a49/icons/logfusion.png" width="48" height="48"/> [logfusion](https://chocolatey.org/packages/logfusion)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@cb12fa392bf8b8ee1cffabb8084994ee01516a49/icons/logfusion.png" width="48" height="48"/> [logfusion](https://chocolatey.org/packages/logfusion)


Real-Time Log Monitoring Made Easy! LogFusion is a powerful realtime log monitoring application designed for system administrators and developers! Use custom highlighting rules, filtering and more. You can even sync your LogFusion settings between computers.
Expand Down
6 changes: 3 additions & 3 deletions automatic/logfusion/logfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>logfusion</id>
<version>6.5</version>
<version>6.6</version>
<title>LogFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.logfusion.ca</projectUrl>
<licenseUrl>https://www.logfusion.ca/License/</licenseUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@cb12fa392bf8b8ee1cffabb8084994ee01516a49/icons/logfusion.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@cb12fa392bf8b8ee1cffabb8084994ee01516a49/icons/logfusion.png</iconUrl>
<docsUrl>https://www.logfusion.ca/Help/</docsUrl>
<mailingListUrl>https://www.logfusion.ca/Discussions/</mailingListUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -26,7 +26,7 @@ Real-Time Log Monitoring Made Easy! LogFusion is a powerful realtime log monitor
]]></description>
<copyright>Copyright © 2017 Binary Fortress Software</copyright>
<tags>logfusion log logs parsing tail monitoring trial freeware</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/logfusion</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/logfusion</packageSourceUrl>
<owners>chocolatey-community,keithlammers,the-running-dev</owners>
<dependencies>
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/logfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'LogFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.5.exe'
checksum = 'bc98824ada055e6cf3ecea087d92ee00b6c276a48ab4120b41204de47abad8b5'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.6.exe'
checksum = 'c268c690a29e03581247b60babab5e4da1d1a16129630e41276d2cda6f70d69f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
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.1.0-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.0-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.27-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.27-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.27-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.27-nts-Win32-vc15-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): FCF29C5547F2B88DD19BCA9EF4BB76A829CC4C4861B2235C00B9C6A3FCC873C8
checksum64 (threadsafe): 4C87A2F9B00BED1A40CCA30AD18CC6564013F51FAA1B6E4E636625E0AD5AE125
checksum32 (non-threadsafe): 6B9ED23208F9A16CF4904BA4EE7BF684879B1FD2FFBB019123006DEDD46270BB
checksum64 (non-threadsafe): 6676926044BA9409CB141575F79E844153F025BCC4DEBA3E000196C9A6366B67
checksum32 (threadsafe): A53ACF98A3633B7F5850552D708E9923EB9B429658CABAFD16ADD46F9C60B7F1
checksum64 (threadsafe): A8F227DDE1A99B63CDB6435899684A580D74E6606005E952DE42D42E95A64E94
checksum32 (non-threadsafe): 15F5DCBB522001CF0A2A528AEA9A9C75AEE80B0DCC28F421680BBB5FF237FD5E
checksum64 (non-threadsafe): 1EE4D21CD315BA2466C06ADAA5B9789DF955318B5BE87D026A55E6989FD66575

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 @@ -4,7 +4,7 @@
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.26",
"7.4": "7.4.27",
"8.0": "8.0.13",
"8.1": "8.1.0"
}
6 changes: 3 additions & 3 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.1.0</version>
<version>7.4.27</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 @@ -26,13 +26,13 @@ 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.1.0</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-7.php#7.4.27</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>
<projectSourceUrl>https://github.com/php/php-src</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.16.27012.6" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
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.1.0-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.0-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.0-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.0-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-7.4.27-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.27-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.27-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.27-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
2 changes: 1 addition & 1 deletion automatic/qtox/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d12c934ca6454cc6fe10e5a708c6a32e2f59c55e/icons/qtox.svg" width="48" height="48"/> [qtox](https://chocolatey.org/packages/qtox)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d12c934ca6454cc6fe10e5a708c6a32e2f59c55e/icons/qtox.svg" width="48" height="48"/> [qtox](https://chocolatey.org/packages/qtox)

qTox is a powerful [Tox](https://tox.chat/) client that follows the Tox design guidelines while running on all major platforms.

Expand Down
8 changes: 4 additions & 4 deletions automatic/qtox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ The embedded software have been downloaded from the listed download
locations and can be verified by doing the following:

1. Download the following
32-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-i686-release.exe>
64-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-x86_64-release.exe>
32-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.4/setup-qtox-i686-release.exe>
64-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.4/setup-qtox-x86_64-release.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: FE3158ED9FD5429506D2E96308EBE29F74786CB4B6B90836725CAB38463067CF
checksum64: 34507704DFFFA533DA5F7934E2DB599E6DF4729AD900DFAA5443E2253721D810
checksum32: F8AE0CAE5A6285639282B81456AFFE36F3EA2223DBE14EA3E98761BB28D8E855
checksum64: 89E33FA1339CBAD470B5AAF58CCF04630BFF9763FF3A440C0082F6114D8AA177

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/qTox/qTox/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/qtox/qtox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qtox</id>
<title>qTox</title>
<version>1.17.3</version>
<version>1.17.4</version>
<authors>qTox developers</authors>
<owners>chocolatey-community</owners>
<summary>Powerful Tox chat client that follows the Tox design guidelines.</summary>
Expand Down Expand Up @@ -35,11 +35,11 @@
<bugTrackerUrl>https://github.com/qTox/qTox/issues</bugTrackerUrl>
<mailingListUrl>https://lists.tox.chat/listinfo</mailingListUrl>
<tags>qtox tox chat voip foss cross-platform admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/qtox</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/qtox</packageSourceUrl>
<copyright>qTox contributors</copyright>
<licenseUrl>https://github.com/qTox/qTox/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d12c934ca6454cc6fe10e5a708c6a32e2f59c55e/icons/qtox.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d12c934ca6454cc6fe10e5a708c6a32e2f59c55e/icons/qtox.svg</iconUrl>
<releaseNotes>https://github.com/qTox/qTox/blob/master/CHANGELOG.md</releaseNotes>
</metadata>
<files>
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.3802/gvim_8.2.3802_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3802/gvim_8.2.3802_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3811/gvim_8.2.3811_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3811/gvim_8.2.3811_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: 51F443BA7FE589E2A131DFB93FC696AEA0F459014B03FD274AD45E5A99612455
checksum64: 0F45469E1B5A1A4C391949121D7D83A53648934FECDAFC4E882EA13A15F1B4D5
checksum32: 4C2E66A6AEBBF21DEC383680AAF56DAF12CD6B33DC94DAC8C4F1432042237875
checksum64: DD487F16E417F718D50767C44B85196C05E4B0FBBF0DBE187E7D88E5006F1767
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.3802_x86.zip"
file64 = "$toolsDir\gvim_8.2.3802_x64.zip"
file = "$toolsDir\gvim_8.2.3811_x86.zip"
file64 = "$toolsDir\gvim_8.2.3811_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.3802</version>
<version>8.2.3811</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
2 changes: 1 addition & 1 deletion automatic/voicebot/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4669940497f13f8cc317968b56dbbcb4e95d3158/icons/voicebot.png" width="48" height="48"/> [voicebot](https://chocolatey.org/packages/voicebot)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4669940497f13f8cc317968b56dbbcb4e95d3158/icons/voicebot.png" width="48" height="48"/> [voicebot](https://chocolatey.org/packages/voicebot)


Voice Powered Game Control!
Expand Down
4 changes: 2 additions & 2 deletions automatic/voicebot/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'VoiceBot'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.7.2.exe'
checksum = '6b2d41bfb9b6dbac34f1d5e2ad496aab2663866f7618da249f0b95e3aab3d074'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.8.exe'
checksum = 'f60b21c5dc7f9271f1c56f84c5df76c3828436d4edb25c2d46a288558fbeeddb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
Loading

0 comments on commit e8eaa43

Please sign in to comment.