diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 184f137..504b098 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.1" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/disable-sip.pkr.hcl b/templates/disable-sip.pkr.hcl index 8a01837..13954b7 100644 --- a/templates/disable-sip.pkr.hcl +++ b/templates/disable-sip.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.2" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-monterey.pkr.hcl b/templates/vanilla-monterey.pkr.hcl index 593a841..9066ad5 100644 --- a/templates/vanilla-monterey.pkr.hcl +++ b/templates/vanilla-monterey.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.3" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index bbfe264..12aa7ab 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.3" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 4b8e42c..84380ba 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.1" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } }