diff --git a/pkgs/magefile/mage/pkg.yaml b/pkgs/magefile/mage/pkg.yaml index e7ef1beb910..f7fabab783a 100644 --- a/pkgs/magefile/mage/pkg.yaml +++ b/pkgs/magefile/mage/pkg.yaml @@ -1,5 +1,11 @@ packages: - name: magefile/mage@v1.17.1 + - name: magefile/mage + version: v1.17.0 + - name: magefile/mage + version: v1.16.0 + - name: magefile/mage + version: v1.15.0 - name: magefile/mage version: v1.14.0 - name: magefile/mage diff --git a/pkgs/magefile/mage/registry.yaml b/pkgs/magefile/mage/registry.yaml index 7ad1408ee4d..6aaa9be404f 100644 --- a/pkgs/magefile/mage/registry.yaml +++ b/pkgs/magefile/mage/registry.yaml @@ -6,6 +6,27 @@ packages: description: a Make/rake-like dev tool using Go version_constraint: "false" version_overrides: + - version_constraint: Version == "v1.15.0" + asset: mage_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}} + format: tar.gz + rosetta2: true + replacements: + amd64: 64bit + darwin: macOS + linux: Linux + windows: Windows + checksum: + type: github_release + asset: mage_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + replacements: + arm64: ARM64 + - goos: windows + format: zip + replacements: + arm64: ARM - version_constraint: semver("<= 1.0.1") no_asset: true - version_constraint: semver("<= 1.11.0") @@ -44,6 +65,31 @@ packages: overrides: - goos: windows format: zip + - version_constraint: Version == "v1.17.0" + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Linux-64bit.{{.Format}} + format: tar.gz + checksum: + type: github_release + asset: mage_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + goarch: arm64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Linux-ARM64.{{.Format}} + - goos: darwin + goarch: amd64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}macOS-64bit.{{.Format}} + - goos: darwin + goarch: arm64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}macOS-ARM64.{{.Format}} + - goos: windows + goarch: amd64 + format: zip + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Windows-64bit.{{.Format}} + - goos: windows + goarch: arm64 + format: zip + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Windows-ARM64.{{.Format}} - version_constraint: "true" asset: mage_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}} format: tar.gz diff --git a/registry.yaml b/registry.yaml index 3ff37952c1b..d022b6ec194 100644 --- a/registry.yaml +++ b/registry.yaml @@ -58889,6 +58889,27 @@ packages: description: a Make/rake-like dev tool using Go version_constraint: "false" version_overrides: + - version_constraint: Version == "v1.15.0" + asset: mage_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}} + format: tar.gz + rosetta2: true + replacements: + amd64: 64bit + darwin: macOS + linux: Linux + windows: Windows + checksum: + type: github_release + asset: mage_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + replacements: + arm64: ARM64 + - goos: windows + format: zip + replacements: + arm64: ARM - version_constraint: semver("<= 1.0.1") no_asset: true - version_constraint: semver("<= 1.11.0") @@ -58927,6 +58948,31 @@ packages: overrides: - goos: windows format: zip + - version_constraint: Version == "v1.17.0" + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Linux-64bit.{{.Format}} + format: tar.gz + checksum: + type: github_release + asset: mage_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + goarch: arm64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Linux-ARM64.{{.Format}} + - goos: darwin + goarch: amd64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}macOS-64bit.{{.Format}} + - goos: darwin + goarch: arm64 + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}macOS-ARM64.{{.Format}} + - goos: windows + goarch: amd64 + format: zip + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Windows-64bit.{{.Format}} + - goos: windows + goarch: arm64 + format: zip + asset: mage_{{trimV .Version}}_{{.OS}}_{{.Arch}}Windows-ARM64.{{.Format}} - version_constraint: "true" asset: mage_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}} format: tar.gz