Skip to content

Commit

Permalink
Merge pull request #11220 from aquaproj/fix-lux-0172
Browse files Browse the repository at this point in the history
fix(iawia002/lux): follow up changes of lux v0.17.2
  • Loading branch information
suzuki-shunsuke committed Mar 30, 2023
2 parents 53ca779 + b204816 commit 77a18b9
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 47 deletions.
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.

0 comments on commit 77a18b9

Please sign in to comment.