mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[absent] Bump version 0.3.1 (#12036)
* [absent] Bump version 0.3.1 * [absent] Update CONTROL This patches updates the CONTROL file to the latest release 0.3.1, as well as its description.
This commit is contained in:
parent
cc3ba82ae1
commit
85f453a8a4
@ -1,4 +1,4 @@
|
|||||||
Source: absent
|
Source: absent
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Homepage: https://github.com/rvarago/absent
|
Homepage: https://github.com/rvarago/absent
|
||||||
Description: A small library meant to simplify the composition of nullable types in a generic, type-safe, and declarative style for some C++ type constructors
|
Description: A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO rvarago/absent
|
REPO rvarago/absent
|
||||||
REF 0.3.0
|
REF 0.3.1
|
||||||
SHA512 e576a77e7305597ec931c4302a60355241fc8f2bb823d92add1079ea63e8ade39da6f5853135c1e68e3cc4c460dad7a67a76c3c451e645f05a39c2435b048f87
|
SHA512 c7b7d29422ef8afc48e3093496e1dd055cfe9969ae037c2b06ea70fe4283e7a7e9129171efaa257e909c535e24df5861b992b24b00ec03f965730e6a22e13015
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user