From a55f55b0c8b7f5858f909e75481cddb92b2271ab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2022 17:13:08 +0300 Subject: Release version 1.0.0+9 Bump project requirements for build2 to 0.14.0 Move package description from manifest to README.md file --- hello/manifest | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'hello/manifest') diff --git a/hello/manifest b/hello/manifest index 0bda2ee..d570900 100644 --- a/hello/manifest +++ b/hello/manifest @@ -1,19 +1,15 @@ : 1 name: hello -version: 1.0.0+8 +version: 1.0.0+9 summary: The "Hello World" example program license: MIT ; MIT License. topics: hello world example -description:\ -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. -\ +description-file: README.md url: https://git.build2.org/cgit/hello/hello src-url: https://git.build2.org/cgit/hello/hello/tree/hello email: users@build2.org build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.14.0- -depends: * bpkg >= 0.14.0- +depends: * build2 >= 0.14.0 +depends: * bpkg >= 0.14.0 depends: libhello ^1.0.0 -- cgit v1.1