diff --git a/components/automate-knife-ec-backup/habitat/plan.sh b/components/automate-knife-ec-backup/habitat/plan.sh index 6462ccac279..3bd4f7e9a92 100644 --- a/components/automate-knife-ec-backup/habitat/plan.sh +++ b/components/automate-knife-ec-backup/habitat/plan.sh @@ -1,5 +1,5 @@ # shellcheck disable=SC2148 -UPSTREAM_PKG_IDENT="chef/knife-ec-backup/3.0.1" +UPSTREAM_PKG_IDENT="chef/knife-ec-backup/3.0.1/20240201071926" pkg_name="automate-knife-ec-backup" pkg_description="Wrapper package for chef/knife-ec-backup" pkg_origin="chef" @@ -13,7 +13,7 @@ pkg_svc_user=root pkg_svc_group=root pkg_deps=( - chef/mlsa + chef/mlsa/1.0.1/20240125084021 "${UPSTREAM_PKG_IDENT}" ) diff --git a/components/license-control-service/habitat/plan.sh b/components/license-control-service/habitat/plan.sh index 78714fbb5c6..86bff08309c 100644 --- a/components/license-control-service/habitat/plan.sh +++ b/components/license-control-service/habitat/plan.sh @@ -13,7 +13,7 @@ pkg_license=('Chef-MLSA') pkg_deps=( chef/mlsa chef/automate-platform-tools - chef/license-audit + chef/license-audit/1.0.36/20240729060411 ) pkg_svc_user=root pkg_svc_group=root