From d50adeeaa209801513ef6df4b8e84db5050f01cc Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 2 May 2024 13:10:34 -0400 Subject: [PATCH] Use latest Packer plugin (#149) --- templates/base.pkr.hcl | 2 +- templates/disable-sip.pkr.hcl | 2 +- templates/vanilla-sonoma.pkr.hcl | 2 +- templates/vanilla-ventura.pkr.hcl | 2 +- templates/xcode.pkr.hcl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 6261992..80f9658 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/disable-sip.pkr.hcl b/templates/disable-sip.pkr.hcl index d7ffbfb..5936665 100644 --- a/templates/disable-sip.pkr.hcl +++ b/templates/disable-sip.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-sonoma.pkr.hcl b/templates/vanilla-sonoma.pkr.hcl index 604d8dc..5428fa9 100644 --- a/templates/vanilla-sonoma.pkr.hcl +++ b/templates/vanilla-sonoma.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index 51b006f..df3101a 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 0c602a2..f2666a2 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } }