Skip to content

Commit

Permalink
AU: 3 updated - nodejs vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 22, 2019
1 parent 1cb3933 commit a5260fe
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"12": "12.13.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.1.0"
"13": "13.2.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>12.13.1</version>
<version>13.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.13.1]" />
<dependency id="nodejs.install" version="[13.2.0]" />
</dependencies>
</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.1.2321/gvim_8.1.2321_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2321/gvim_8.1.2321_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2333/gvim_8.1.2333_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2333/gvim_8.1.2333_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: 4B7FDAC63AB3ECAE0FE9182EAC3E489055B20C1648145DD0DB93645DE7DE1660
checksum64: 23149DEC1D4EF2E4C8B27D4F9FFCE36B7C931A14A4505D90CC47A08F4F3838A8
checksum32: 5FAB38E8D15916083E9133B5B147B969658984F782A794A8926D30627A22CB25
checksum64: FCA96BFCD82F969C10ECB583967C7D1DC7A2EFCF989D02BAB980D7D9740634B6
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.1.2321_x86.zip"
file64 = "$toolsDir\gvim_8.1.2321_x64.zip"
file = "$toolsDir\gvim_8.1.2333_x86.zip"
file64 = "$toolsDir\gvim_8.1.2333_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.1.2321</version>
<version>8.1.2333</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.05/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.22/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 35dea620f71c418771adbe95b2556376d3ef4810047094e24d487f35667750603a955b59b42ab6ccde4be0c67073686c6f72f97e723e784c66b3a32d77325187
checksum: c729f8f8adfe8e3e158095e2970abbd566c7b31598809cebb17b77c189c907e2183acfb64f807816baf5e3e2ea61f5e54802876a86f3c2485bc2e6648f8ee30d

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2019.11.05</version>
<version>2019.11.22</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit a5260fe

Please sign in to comment.