diff --git a/coconut.sh b/coconut.sh index e74e000cb6..da4ec22702 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.21.0" +tag: "v1.21.1" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 36a39e1933..d0f3794228 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.21.0" +tag: "v1.21.1" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 540dbe9801..8ea77742a6 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.21.0" +tag: "v1.21.1" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index 75271a6e84..6aa729658d 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.21.0" +version: "v1.21.1" requires: - Control-Core - Control-OCCPlugin