diff --git a/coconut.sh b/coconut.sh index 23af2e613c..7071c10d9f 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.7.3" +tag: "v1.8.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 10dc10be1d..f968125b44 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.7.3" +tag: "v1.8.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 9ca4fab3fb..c631237f90 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.7.3" +tag: "v1.8.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index 62fa56c173..0dad6e966f 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.7.3" +version: "v1.8.0" requires: - Control-Core - Control-OCCPlugin