Skip to content

Commit

Permalink
AU: 1 updated - msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2019
1 parent 1d8290c commit fccbf90
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/msys2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b7fd5a569573c45748462808cd80dc4b456f79c1/icons/msys2.png" width="48" height="48"/> [msys2](https://chocolatey.org/packages/msys2)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/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
8 changes: 4 additions & 4 deletions automatic/msys2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: http://repo.msys2.org/distrib/i686/msys2-base-i686-20180531.tar.xz
x64: http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20180531.tar.xz
x32: http://repo.msys2.org/distrib/i686/msys2-base-i686-20190523.tar.xz
x64: http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190523.tar.xz

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: 8EF5B18C4C91F3F2394823F1981BABDEE78A945836B2625F091EC934B1A37D32
checksum64: 4E799B5C3EFCF9EFCB84923656B7BCFF16F75A666911ABD6620EA8E5E1E9870C
checksum32: 708D59A34C8141EB426534388A054524E7E959CCDB374014949F4C6FB2ABE3F9
checksum64: CAC5244838F4373303FD24CEFB5BBA2A92641C79ECA39C27031ADFCCD9DB9773

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE
Expand Down
16 changes: 9 additions & 7 deletions automatic/msys2/msys2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>20180531.0.0</version>
<version>20190523.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://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b7fd5a569573c45748462808cd80dc4b456f79c1/icons/msys2.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b7fd5a569573c45748462808cd80dc4b456f79c1/icons/msys2.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[MSYS2 is a software distro and building platform for Windows.
Expand All @@ -22,17 +22,19 @@ It features a package management system to provide easy installation of packages
- `/NoPath` - Do not add msys installation directory to system PATH.
- `/NoUpdate` - Do not automatically update with Pacman according to the [official instructions](https://msys2.github.io).
Example: `choco install msys2 --params "/NoUpdate /InstallDir:C:\your\install\path"`
## Notes
- MSYS2 itself will not be installed again on updating or reinstalling the Chocolatey package. Instead, the existing MSYS2 will be updated with Pacman. Manually delete the installation folder to force complete reinstallation.
### 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 All @@ -47,7 +49,7 @@ ridk install 2 3 # use ruby's ridk to update the system and ins
<copyright>MSYS2 Copyright (c) 2013, Алексей</copyright>
<tags>msys2 msys cygwin mingw gnu linux unix posix arch pacman bash makepkg gcc shell cli foss development</tags>
<projectSourceUrl>https://github.com/Alexpux/MSYS2-packages</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/msys2</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/msys2</packageSourceUrl>
<docsUrl>https://github.com/msys2/msys2/wiki</docsUrl>
<dependencies>
<dependency id="chocolatey" version="0.10.8" />
Expand Down

0 comments on commit fccbf90

Please sign in to comment.