Skip to content

Commit

Permalink
AU: 12 updated - 7zip.portable autohotkey.portable libreoffice youtub…
Browse files Browse the repository at this point in the history
…e-dl yumi cdburnerxp tixati.portable waterfox python3 chromium calibre avidemux

Manual update was needed
[skip ci]
  • Loading branch information
AdmiringWorm committed Feb 3, 2017
1 parent 6b6a511 commit 85bbe01
Show file tree
Hide file tree
Showing 25 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion automatic/7zip.portable/7zip.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>7zip.portable</id>
<title>7-Zip (Portable, CommandLine)</title>
<version>0.0</version>
<version>16.04</version>
<authors>Igor Pavlov</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>7-Zip is a file archiver with a high compression ratio.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.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>autohotkey.portable</id>
<version>1.1.24.03</version>
<version>1.1.24.05</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/1.1/AutoHotkey_1.1.24.03.zip
x64: https://autohotkey.com/download/1.1/AutoHotkey_1.1.24.03.zip
x32: https://autohotkey.com/download/1.1/AutoHotkey_1.1.24.05.zip
x64: https://autohotkey.com/download/1.1/AutoHotkey_1.1.24.05.zip

to download the installer.

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: AEDE977E786A059E196B7B4F1FEE73E57CE8755A34C9E8C092B69F83ECA023EE
checksum64: AEDE977E786A059E196B7B4F1FEE73E57CE8755A34C9E8C092B69F83ECA023EE
checksum32: 9B70F1C2E49E2A5373FC27FF1A95DFA1C2D91853DFA0D2197456D485DF15FBBB
checksum64: 9B70F1C2E49E2A5373FC27FF1A95DFA1C2D91853DFA0D2197456D485DF15FBBB

Using AU:

Get-RemoteChecksum AEDE977E786A059E196B7B4F1FEE73E57CE8755A34C9E8C092B69F83ECA023EE
Get-RemoteChecksum https://autohotkey.com/download/1.1/AutoHotkey_1.1.24.05.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
4 changes: 2 additions & 2 deletions automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_1.1.24.03.zip'
$fileName = 'AutoHotkey_1.1.24.05.zip'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
rm $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
4 changes: 2 additions & 2 deletions automatic/avidemux/avidemux.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>avidemux</id>
<version>2.6.17</version>
<version>2.6.18</version>
<title>Avidemux</title>
<authors>Mean, Gruntster, Fahr</authors>
<owners>chocolatey, purity</owners>
Expand All @@ -17,7 +17,7 @@ Avidemux is a free video editor designed for simple cutting, filtering and encod
Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
</description>
<summary>Video editor</summary>
<releaseNotes>https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/</releaseNotes>
<releaseNotes>https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/</releaseNotes>
<copyright>2001-2016 Mean</copyright>
<tags>video editor foss cross-platform cutting filtering encoding admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/avidemux</packageSourceUrl>
Expand Down
12 changes: 6 additions & 6 deletions automatic/avidemux/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand All @@ -7,18 +7,18 @@ Package can be verified like this:

1. Go to

x32: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win32.exe/download
x64: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win64.exe/download
x32: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win32.exe/download
x64: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win64.exe/download

to download the installer.

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: 2DBE8A4BCCDBA25606838E27980CCC5614E31DC7CAE437121670BEE5BD59D126
checksum64: A7279C98F9121E2E0C40D9DFC75139002E50A620B0748F4B16A1B650FE51CEAE
checksum32: 190486A5D50EC2F5A30465EF3B96A701F9569EFF0101BFB2325DD9113DDF8709
checksum64: 069F36A0469E64964F100262A7642020E31452A9C572326BD8021445BC491A53

Using AU:

Get-RemoteChecksum https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win64.exe/download
Get-RemoteChecksum https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win64.exe/download
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>2.77.0</version>
<version>2.78.0</version>
<authors>Kovid Goyal</authors>
<owners>gep13, chocolatey</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'calibre'
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/2.77.0/calibre-2.77.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.77.0/calibre-64bit-2.77.0.msi'
checksum = '373337fb8d8c797bac23393b3f7dd56661d4b358a2eb80ab88f0992a566e9dd8'
checksum64 = '59a75d0ea9cef5b998d66748f67a4c621cccf62ebb44cd1a23d9af1a0c522042'
url = 'https://download.calibre-ebook.com/2.78.0/calibre-2.78.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.78.0/calibre-64bit-2.78.0.msi'
checksum = '03976eac147e281f76e5bb7b1421814bde9051c6bf6332c4fd03d89bc915211b'
checksum64 = 'fde48a9c661fe4b31435b5eac9e2434304de81dd47980b70e5d106419ef8ed07'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/cdburnerxp/cdburnerxp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cdburnerxp</id>
<title>CDBurnerXP</title>
<version>4.5.7.6452</version>
<version>4.5.7.6499</version>
<authors>Canneverbe Limited</authors>
<owners>gep13, chocolatey</owners>
<summary>CDBurnerXP - burn CDs and DVDs for free!</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/cdburnerxp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'cdburnerxp'
fileType = 'msi'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6452.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6452.msi'
checksum = '1090f7a9033567cf2bc63ff6e404d766172f4aaf35b79b515e12f06cd9eb35e6'
checksum64 = '33949797be632ed9eb0bcc8cd9f43e1096ce8f2bd7a2b43c778a2ed249c9d13d'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6499.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6499.msi'
checksum = 'd6065252bafef4cef40904de0af2590656cab50817bfb527bc4e76ae6115877d'
checksum64 = 'ed4d5abaa003ce52461424ef227b67bc95ad4659791157074e226c178aee5b8c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
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>58.0.3001.0</version>
<version>58.0.3002.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '58.0.3001.0'
$version = '58.0.3002.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/447735/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/447735/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/447988/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/447986/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'a475cc97b25fba21a5043f4ec6b1df8a'
checksum = '01a1331f281db6b1676e82a3fffab428'
checksumType = 'md5'
checksum64 = 'e0e8aa1c33e0beda2f1f01101611ad2c'
checksum64 = '50ada772bd7bb9d59343cceaf13097a7'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/libreoffice/libreoffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice</id>
<title>LibreOffice Fresh</title>
<version>5.2.5</version>
<version>5.3.0</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/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/5.2.5/win/x86/LibreOffice_5.2.5_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.2.5/win/x86_64/LibreOffice_5.2.5_Win_x64.msi'
checksum = '1f25bd3a3b521e18a68f520fd138277c533067ea21dab21401c6fc472c8fb2bf'
checksum64 = 'bd6206c66f81de7ea628d6126a2a50bcefa4a856e59bd3d3c47c92eb07a8fda0'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.3.0/win/x86/LibreOffice_5.3.0_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.3.0/win/x86_64/LibreOffice_5.3.0_Win_x64.msi'
checksum = '1dd1026627a1f83b095cee9a1ce9444e2e6b137c061123e26df80dd40317ef25'
checksum64 = '1347fc4edba74a5ca20f35c89d8ad68b57a9d52b23c3c8b2b3737b0ca94c01b4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.5.2.20161029</version>
<version>3.6.0</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file should be identical for all python3* packages
# This file should be identical for all python3* packages
# https://docs.python.org/3/using/windows.html#installing-without-ui

$installDir = '{0}\Python{1}' -f $Env:SystemDrive, ($Env:ChocolateyPackageVersion -replace '\.').Substring(0,2)
Expand All @@ -13,10 +13,10 @@ $params = @{
packageName = 'python3'
fileType = 'EXE'
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
url = 'https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe'
url64Bit = 'https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe'
checksum = '529c46b9fd3dcf83029b8bfc95034e640ea2c69835b1aa4b75edeec8de764193'
checksum64 = '2cfcdc77a0ba403acf72ba217898fb7c06ce778a5cb85f5220fd32127e40f263'
url = 'https://www.python.org/ftp/python/3.6.0/python-3.6.0.exe'
url64Bit = 'https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe'
checksum = '8e766027f346741502f49a9839b9fe4a2a3674258da8f9822c892537743532eb'
checksum64 = 'f35d6fba8c62fc7a03ceae8b1b6edc77249bce8d30d0a16d140afb2ee8f44194'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.49</version>
<version>2.51</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

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

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download3.tixati.com/download/tixati-2.49-1.portable.zip'
checksum = 'bdf09d8dfe2c99b7d5ddd2eac3d21c814d474b23072caafe36ebb0072f71f54d'
url = 'https://download3.tixati.com/download/tixati-2.51-1.portable.zip'
checksum = 'ad662c98db4e0b4ae73c98a533cb9fc8e671a929d3050ab9f9b51ff8057069ba'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
VERIFICATION
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://www.waterfoxproject.org/downloads>
and can be verified like this:

1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2050.1.0%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2051.0.1%20Setup.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: sha256
checksum: 79FD098B565E0948441567F308F2C0EC123151E5B4D4AAC3D73C595E85390D05
checksum: B7763AD240BA1F1FD39BAB424BB916DD8ACBF59FBE68103E4409529C6516E562

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/52d00fdbd7fb755c209a2fcf45eb857b2c0ec3de/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox 50.1.0 Setup_x64.exe"
file = "$toolsDir\Waterfox 51.0.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox</id>
<version>50.1.0</version>
<version>51.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
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/rg3/youtube-dl/releases/download/2017.01.31/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.02.01/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: 9bf48ac39a42645828d84b315a57d07c5eca02ace06d68d6337fdbf11da5bb47c2008f471948885efdc6d9d833958bb5423e28fb5a900f3908f8d098840e70c5
checksum: e772d6fab97cf1ec35a7f408d400a5d79309a1aa9fc8b3b6b28201e6cd7d771addb6ff6a672f3c00c704c9667fa230e914c72cc3f70b4a4adfacfa629ae32b1e

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>2017.01.31</version>
<version>2017.02.01</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.3.8.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.3.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: 7FBF546A16A16FE006A21790756476DD9E30883FED6D11AD0881B4C518B0EFF8
checksum: 51FD89C53277385DB0085EECC14ECA4031DAEA4E15876AC331524D7019DB0A4C

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.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>yumi</id>
<version>2.0.3.8</version>
<version>2.0.3.9</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/automatic/yumi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 85bbe01

Please sign in to comment.