summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-05 16:07:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-05 16:07:37 +0200
commit1f26385167a25151b5431d6cfe00b88f2fc1f550 (patch)
tree5306524333a2b6135cd6e679eadcf5413c7bc804
parent95173864d93f00a6375662f44559238f175786c0 (diff)
Update manifest (url, version constraints)
-rw-r--r--hello/manifest6
-rw-r--r--mhello/manifest4
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*