diff --git a/pkgs/apple/container/pkg.yaml b/pkgs/apple/container/pkg.yaml index db877658f1c..0ff9947ebc9 100644 --- a/pkgs/apple/container/pkg.yaml +++ b/pkgs/apple/container/pkg.yaml @@ -1,2 +1,4 @@ packages: - - name: apple/container@0.6.0 + - name: apple/container@0.7.0 + - name: apple/container + version: 0.6.0 diff --git a/pkgs/apple/container/registry.yaml b/pkgs/apple/container/registry.yaml index 6b9d358fae9..a65e8f2f4d3 100644 --- a/pkgs/apple/container/registry.yaml +++ b/pkgs/apple/container/registry.yaml @@ -3,10 +3,10 @@ packages: - type: github_release repo_owner: apple repo_name: container - description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It's written in Swift, and optimized for Apple silicon + description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon version_constraint: "false" version_overrides: - - version_constraint: "true" + - version_constraint: semver("<= 0.6.0") asset: container-{{.Version}}-installer-signed.{{.Format}} format: pkg files: @@ -14,3 +14,11 @@ packages: src: Payload/bin/container supported_envs: - darwin + - version_constraint: "true" + asset: container-installer-signed.{{.Format}} + format: pkg + files: + - name: container + src: Payload/bin/container + supported_envs: + - darwin diff --git a/registry.yaml b/registry.yaml index 3ea4a9f8bf4..d89fa093d6e 100644 --- a/registry.yaml +++ b/registry.yaml @@ -12157,10 +12157,10 @@ packages: - type: github_release repo_owner: apple repo_name: container - description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It's written in Swift, and optimized for Apple silicon + description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon version_constraint: "false" version_overrides: - - version_constraint: "true" + - version_constraint: semver("<= 0.6.0") asset: container-{{.Version}}-installer-signed.{{.Format}} format: pkg files: @@ -12168,6 +12168,14 @@ packages: src: Payload/bin/container supported_envs: - darwin + - version_constraint: "true" + asset: container-installer-signed.{{.Format}} + format: pkg + files: + - name: container + src: Payload/bin/container + supported_envs: + - darwin - type: github_release repo_owner: apple repo_name: pkl