Skip to content

Commit

Permalink
AU: 3 updated - dropbox msys2 youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2017
1 parent 259c1b8 commit c0f557a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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>39.3.47-beta</version>
<version>39.3.48-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/msys2/README.md
@@ -1,4 +1,4 @@
# <img src="" width="48" height="48"/> [msys2](https://chocolatey.org/packages/msys2)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b7fd5a569573c45748462808cd80dc4b456f79c1/icons/msys2.png" width="48" height="48"/> [msys2](https://chocolatey.org/packages/msys2)

MSYS2 is a software distro and building platform for Windows.

Expand Down Expand Up @@ -31,4 +31,4 @@ cinst ruby # install ruby
cinst msys2 --params "/NoUpdate" # install msys2 without system update
Update-SessionEnvironment # refresh environment vars
ridk install 2 3 # use ruby's ridk to update the system and install development toolchain
```
```
12 changes: 6 additions & 6 deletions automatic/msys2/msys2.nuspec
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>0.0</version>
<version>20161025.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey, userzimmermann, petemounce</owners>
<licenseUrl>https://github.com/userzimmermann/choco-packages/blob/master/msys2/NOTICE</licenseUrl>
<projectUrl>http://msys2.github.io</projectUrl>
<iconUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/icons/msys2.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b7fd5a569573c45748462808cd80dc4b456f79c1/icons/msys2.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[MSYS2 is a software distro and building platform for Windows.
Expand All @@ -28,11 +28,11 @@ It features a package management system to provide easy installation of packages
### Ruby integration
This package can be used with [ruby](https://chocolatey.org/packages/ruby) package to provide native building environment for gems.
This package can be used with [ruby](https://chocolatey.org/packages/ruby) package to provide native building environment for gems.
- The ruby installer comes with `ridk` function which offers interactive GUI installation wizard of msys2 and hence [can't be used unattended](https://github.com/oneclick/rubyinstaller2/issues/79) (`ridk install 1`).
- Its system update is the same as initialization done with this package (`ridk install 2`).
- Ruby installer offers unattended setup of MSYS2 and MINGW development toolchain (`ridk install 3`).
- The ruby installer comes with `ridk` function which offers interactive GUI installation wizard of msys2 and hence [can't be used unattended](https://github.com/oneclick/rubyinstaller2/issues/79) (`ridk install 1`).
- Its system update is the same as initialization done with this package (`ridk install 2`).
- Ruby installer offers unattended setup of MSYS2 and MINGW development toolchain (`ridk install 3`).
You can also just install the msys2 package without system update and use `ridk` afterwards:
Expand Down
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.29/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.11.06/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: c8a36d68ed2742f1893651106d4c815ec20c52cb890a488d121eb8a83f296b16009dde97d77426cd2d23700e1e976ead6e31e505fb8ce96ab3c5dc32cb12b326
checksum: 2f2859ae9757b6f310894257da20bab7cc337d28ed87a8f58452d153cf8bb11e1e871a9a6a8acee035060c5cf60a53a27a7f9fbd651ac8c4a27edc7bac9b9069

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.29</version>
<version>2017.11.06</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit c0f557a

Please sign in to comment.