Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/magefile/mage/pkg.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
46 changes: 46 additions & 0 deletions pkgs/magefile/mage/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading