Skip to content

Commit

Permalink
AU: 2 updated - nodejs tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 3, 2018
1 parent f1b45a5 commit f081174
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
@@ -1,6 +1,6 @@
{
"4": "4.9.1",
"6": "6.14.4",
"6": "6.15.1",
"8": "8.11.4",
"9": "9.11.1",
"10": "10.14.1",
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>10.14.1</version>
<version>6.15.1</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/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[10.14.1]" />
<dependency id="nodejs.install" version="[6.15.1]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
url64 = ''
checksum = ''
url = 'https://github.com/Tribler/tribler/releases/download/v7.1.3/Tribler_7.1.3_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.1.3/Tribler_7.1.3_x64.exe'
checksum = 'a37ded547b9f53778015c4da06f6fb50370bc917963dba19c0fb31d5041a4ca9'
checksumType = ''
checksum64 = ''
checksum64 = '2162d28723f7a30861b2fa26825c0a26b911305aa14bf38bca823a49e25f6c25'
checksumType64 = ''
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.1.2</version>
<version>7.1.3</version>
<authors>The Tribler Team</authors>
<owners>chocolatey, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit f081174

Please sign in to comment.