Skip to content

Commit

Permalink
AU: 4 updated - libreoffice-fresh nodejs nodejs.install renamemaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 18, 2018
1 parent 4fe3bd3 commit dda86c0
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "6.0.7",
"fresh": "6.1.3"
"fresh": "6.1.4"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.1.3</version>
<version>6.1.4</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.1.3/win/x86/LibreOffice_6.1.3_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.1.3/win/x86_64/LibreOffice_6.1.3_Win_x64.msi'
checksum = '389fb5bc70d78c9039d70fa1bc8b21f7db590bd67231cc34987c08179d021526'
checksum64 = 'c3d2587a247b5c873286f80fdf0eef4b055808899e11e4f1c80874709b8df819'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.1.4/win/x86/LibreOffice_6.1.4_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.1.4/win/x86_64/LibreOffice_6.1.4_Win_x64.msi'
checksum = 'd419309fbc82f4d0b85acb1d2cf46afbe80e037e671c97383626cf509040738a'
checksum64 = 'ce7d6e3e450d9c0eff1ab04936b5e4cefe5b201371926085de66ecf5a887db3e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v10.14.2/node-v10.14.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v10.14.2/node-v10.14.2-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.14.1-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.14.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: FC13EE83911B75CA4457ED99CFC22C3AA469F7FB97A0C3ABBD1211AF8B99C875
checksum64: 1E19793063EA30BC0C24FE19502E4B99453044BDF1CE57B6FB351DBBD5DA7933
checksum32: 16370A213A9205A3FE2CFBB32CAA739873E6BA9BB40B5D4CD1C8EF4455374EC2
checksum64: 1EEED303E9E4C41BB510881DB28D48D1100DE9353B1AF906A559D3F4471ADA7A

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"4": "4.9.1",
"6": "6.14.4",
"8": "8.11.4",
"8": "8.14.1",
"9": "9.11.1",
"10": "10.14.2",
"11": "11.4.0"
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>10.14.2</version>
<version>8.14.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v10.14.2-x86.msi"
$filePath64 = "$toolsPath\node-v10.14.2-x64.msi"
$filePath32 = "$toolsPath\node-v8.14.1-x86.msi"
$filePath64 = "$toolsPath\node-v8.14.1-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"4": "4.9.1",
"6": "6.15.1",
"8": "8.11.4",
"8": "8.14.1",
"9": "9.11.1",
"10": "10.14.2",
"11": "11.4.0"
Expand Down
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>10.14.2</version>
<version>8.14.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.2]" />
<dependency id="nodejs.install" version="[8.14.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/renamemaster/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png" width="48" height="48"/> [renamemaster](https://chocolatey.org/packages/renamemaster)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png" width="48" height="48"/> [renamemaster](https://chocolatey.org/packages/renamemaster)

Rename Master is a freeware utility designed to rename multiple files with a just few clicks. Anyone that has worked with websites, file archives, or collections of music, videos, or pictures has probably spent way too much time renaming hundreds of files. This utility will add, remove, or replace parts of the filename with ease and also supports renaming via file properties, MP3 tags, JPEG JFIF and EXIF tags, Video tags, and text files. Batch renaming that's simple to use, yet still very powerful.
7 changes: 4 additions & 3 deletions automatic/renamemaster/renamemaster.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>renamemaster</id>
<version>3.12</version>
<version>3.14</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/renamemaster</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Rename Master</title>
<authors>Joe Joe Soft</authors>
<projectUrl>http://www.joejoesoft.com/vcms/108</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png</iconUrl>
<licenseUrl>http://en.wikipedia.org/wiki/Freeware</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.joejoesoft.com/vcms/121/</docsUrl>
<tags>renamemaster batch rename files admin freeware</tags>
<summary>Rename Master is a freeware utility designed to rename multiple files with a just few clicks.</summary>
<description>Rename Master is a freeware utility designed to rename multiple files with a just few clicks. Anyone that has worked with websites, file archives, or collections of music, videos, or pictures has probably spent way too much time renaming hundreds of files. This utility will add, remove, or replace parts of the filename with ease and also supports renaming via file properties, MP3 tags, JPEG JFIF and EXIF tags, Video tags, and text files. Batch renaming that's simple to use, yet still very powerful.</description>
<description><![CDATA[Rename Master is a freeware utility designed to rename multiple files with a just few clicks. Anyone that has worked with websites, file archives, or collections of music, videos, or pictures has probably spent way too much time renaming hundreds of files. This utility will add, remove, or replace parts of the filename with ease and also supports renaming via file properties, MP3 tags, JPEG JFIF and EXIF tags, Video tags, and text files. Batch renaming that's simple to use, yet still very powerful.
]]></description>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/renamemaster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = 'renamemaster'
fileType = 'zip'
url = ''
checksum = ''
url = 'http://files.snapfiles.com/directdl/rmv314.zip'
checksum = '288def2d13b7509eeb519e78af928bba258761fe4e921a280895f312644ce8c4'
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down

0 comments on commit dda86c0

Please sign in to comment.