Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(iawia002/lux): follow up changes of lux v0.17.2 #11220

Merged
merged 3 commits into from
Mar 30, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion pkgs/iawia002/lux/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
packages:
- name: iawia002/lux@v0.17.1
- name: iawia002/lux@v0.17.2
- name: iawia002/lux
version: v0.14.0
- name: iawia002/lux
version: v0.12.0
- name: iawia002/lux
version: v0.11.0
- name: iawia002/lux
version: 0.6.6
- name: iawia002/lux
version: 0.6.3
- name: iawia002/lux
version: 0.1.0
126 changes: 103 additions & 23 deletions pkgs/iawia002/lux/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,131 @@ packages:
- type: github_release
repo_owner: iawia002
repo_name: lux
aliases:
- name: iawia002/annie
description: Fast and simple video download library and CLI tool written in Go
asset: lux_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
arm: ARM
arm64: ARM64
darwin: macOS
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
version_constraint: semver(">= 0.14.0")
asset: lux_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
checksum:
type: github_release
asset: lux_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.17.2")
version_overrides:
- version_constraint: semver(">= 0.14.0")
replacements:
amd64: 64-bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
- version_constraint: semver(">= 0.12.0")
overrides:
- goos: windows
format: zip
replacements:
arm64: arm64
replacements:
amd64: 64-bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
supported_envs:
- darwin
- linux
- amd64
- version_constraint: "true"
- version_constraint: semver(">= 0.11.0")
asset: annie_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: annie
overrides:
- goos: windows
format: zip
replacements:
arm64: arm64
replacements:
amd64: 64-bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
supported_envs:
- darwin
- linux
- windows/amd64
asset: annie_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
- amd64
checksum:
type: github_release
asset: annie_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- version_constraint: semver(">= 0.6.6")
asset: annie_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: annie
overrides:
- goos: linux
replacements:
arm64: ARM64
- goos: windows
format: zip
replacements:
amd64: 64-bit
darwin: macOS
linux: Linux
windows: Windows
supported_envs:
- darwin
- linux
- amd64
rosetta2: true
checksum:
type: github_release
asset: annie_{{trimV .Version}}_checksums.txt
asset: annie_{{.Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
checksum:
type: github_release
asset: lux_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- version_constraint: semver(">= 0.6.3")
asset: annie_{{.OS}}_{{.Arch}}
files:
- name: annie
format: raw
overrides: []
replacements: {}
supported_envs:
- darwin
- linux
- amd64
rosetta2: true
checksum:
enabled: false
- version_constraint: semver("< 0.6.3")
asset: annie_{{.OS}}_{{.Arch}}
files:
- name: annie
format: raw
overrides: []
replacements: {}
supported_envs:
- darwin
- amd64
rosetta2: true
checksum:
enabled: false
126 changes: 103 additions & 23 deletions registry.yaml

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