Skip to content

Commit

Permalink
AU: 4 updated - codelite dropbox mkdocs-material youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 11, 2017
1 parent 2d5e5a2 commit 87b7f82
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/codelite/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)

CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js)
programming languages which runs best on all major Plattforms (OSC, Windows and Linux)
Expand Down
12 changes: 9 additions & 3 deletions automatic/codelite/codelite.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codelite</id>
<version>10.0.0</version>
<version>11.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/codelite</packageSourceUrl>
<owners>chocolatey</owners>
<title>CodeLite</title>
<authors>Eran Ifrah,CodeLite team</authors>
<projectUrl>http://www.codelite.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/005c54361b23a248f365539f506d542173cd0de0/icons/codelite.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png</iconUrl>
<copyright>© 2016 by SmartKoders, All rights reserved.</copyright>
<licenseUrl>https://github.com/eranif/codelite/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -20,7 +20,13 @@
<tags>codelite c c++ foss cross-platform ide development programming admin</tags>
<summary>CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Dummy</description>
<description><![CDATA[CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js)
programming languages which runs best on all major Plattforms (OSC, Windows and Linux)
## Notes
- This package downloads the installer which includes CodeLite, the MinGW suite and the wxWidgets SDK.
]]></description>
<releaseNotes>http://codelite.org/LiteEditor/ReleaseNotesCodeLite10</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.0" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/codelite/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/eranif/codelite/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <https://github.com/eranif/codelite/releases/download/11.0/codelite-x86-11.0.0.7z.Windows.32.bit.installer.7z>
64-Bit software: <https://github.com/eranif/codelite/releases/download/11.0/codelite-amd64-11.0.0.7z.Windows.64.bit.installer.7z>
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:
checksum64:
checksum type: sha256
checksum32: 8E810BBE58855C1687A2EFCF5DEBFEEA5FE9C8C4210C95D14CCC33A091042C7F
checksum64: B290C176D15B7EBBB8B23FB4FE581CE505CA2391C45528FB910F62139DF2D6D7

The file 'LICENSE.txt' has been obtained from <https://github.com/eranif/codelite/blob/5c29b6cb2a48dbf2d9b243a173c540cf85d70f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/codelite/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'codelite'
fileType = 'exe'
file = "$toolsPath\"
file64 = "$toolsPath\"
file = "$toolsPath\codelite-x86-11.0.0.7z.Windows.32.bit.installer.7z"
file64 = "$toolsPath\codelite-amd64-11.0.0.7z.Windows.64.bit.installer.7z"
unzipLocation = Get-PackageCacheLocation
softwareName = 'CodeLite'
silentArgs = '/VERYSILENT /SP- /SUPPRESSMSGBOXES'
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox_beta/dropbox_beta.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>37.3.26-beta</version>
<version>37.3.27-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>1.10.2</version>
<version>1.10.3</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '1.10.2'
$version = '1.10.3'

python -m pip install mkdocs-material==$version
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
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.10.07/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.10.12/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: 920e23fc055dd93d6956e864625ff0877cd100bcedba22b273e733d421f3d04e695221744f8d79e6e577dd3c76b32f82a0e930e0d2d968da8dcd8e7fdb13af4d
checksum: e6a649aa4017789af346a223c506a2b913115164a3980d08541efae9f9afb8ab06d988b98ca817ed37ad26fb256e7caf04f9d383602e33c0298bb22fb2ce9e52

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2017.10.07</version>
<version>2017.10.12</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 87b7f82

Please sign in to comment.