From 1f26385167a25151b5431d6cfe00b88f2fc1f550 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) --- hello/manifest | 6 +++--- mhello/manifest | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hello/manifest b/hello/manifest index 182cc36..6a4fd5d 100644 --- a/hello/manifest +++ b/hello/manifest @@ -9,10 +9,10 @@ A simple program that implements the "Hello World" example in C++ using the libhello library. Its primary goal is to show a canonical build2/bpkg project/package. \ -url: http://www.example.org/hello +url: https://git.build2.org/cgit/hello/hello src-url: https://git.build2.org/cgit/hello/hello/tree/hello -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: libhello [1.0.0 2.0.0-); @@ TMP ^1.0.0 +depends: libhello ^1.0.0 diff --git a/mhello/manifest b/mhello/manifest index b0b32ab..e9355e8 100644 --- a/mhello/manifest +++ b/mhello/manifest @@ -9,9 +9,9 @@ A simple program that implements the "Hello World" example in C++ with modules using the libhello library. Its primary goal is to show a canonical build2/bpkg project/package. \ -url: http://www.example.org/mhello +url: https://git.build2.org/cgit/hello/hello src-url: https://git.build2.org/cgit/hello/hello/tree/mhello -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