mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

update: catch2 version 2.7.2 #92

Closed vedranmiletic closed 5 years ago

vedranmiletic commented 5 years ago
[wrap-file]
directory = Catch2-2.7.2

source_url = https://github.com/catchorg/Catch2/archive/v2.7.2.zip
source_filename = Catch2-2.7.2.zip
source_hash = 7edd16ed7c9c6725f14e1ae997431a69835a5f9ac1dc90dc8ec1548bd5e0fe02

Just a minor style fix as well, added newline after directory and removed newline after source_hash.

vedranmiletic commented 5 years ago

I also made the changes here (both branch and tag): https://github.com/vedranmiletic/catch2/tree/2.7.2

sarum9in commented 5 years ago

I have created a branch 2.7.2. Please in the future just create a pull request in the corresponding repository. If the branch doesn't exist I can create the branch later and point PR to the new branch.

vedranmiletic commented 5 years ago

Thanks! Will do.

vedranmiletic commented 5 years ago

I see branch 2.7.2 is even with master in the repo and 2.7.2 isn't listed on WrapDB. Is that expected? Do I need to wait a little more?

jpakkane commented 5 years ago

The release goes to wrapdb when the MR adding the code is merged. So go ahead and file your MR, once it is merged it will get to the wrapdb web site.

vedranmiletic commented 5 years ago

Thanks, I think I did it correctly both for this and #93.