From 2cdbd7464ab21fe63c39fd676b136aa8e05a25c7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 May 2018 16:07:37 +0200 Subject: Update manifest (url, version constraints) --- libhello/manifest | 8 ++++---- libmhello/manifest | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libhello/manifest b/libhello/manifest index ff95657..4cd3296 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -8,11 +8,11 @@ description: \ A simple library that implements the "Hello World" example in C++. Its primary goal is to show a canonical build2/bpkg project/package. \ -url: http://www.example.org/libhello +url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello -email: hello-users@example.org +email: users@build2.org build-email: builds@build2.org depends: * build2 >= 0.7.0- depends: * bpkg >= 0.7.0- -depends: libformat [1.0.0 2.0.0-); @@ TMP ^1.0.0 -depends: libprint [1.0.0 2.0.0-); @@ TMP ^1.0.0 +depends: libformat ^1.0.0 +depends: libprint ^1.0.0 diff --git a/libmhello/manifest b/libmhello/manifest index 31ec260..7d91d03 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -8,9 +8,9 @@ description: \ A simple library that implements the "Hello World" example in C++ with modules. Its primary goal is to show a canonical build2/bpkg project/package. \ -url: http://www.example.org/libmhello +url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello -email: hello-users@example.org +email: users@build2.org build-email: builds@build2.org build-exclude: *-msvc_15u0* ; Broken C++ modules support build-include: *-msvc_15* -- cgit v1.1