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(charmbracelet/vhs): follow up changes of vhs v0.7.2 #21903

Merged
merged 1 commit into from
Apr 15, 2024
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
6 changes: 2 additions & 4 deletions pkgs/charmbracelet/vhs/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
packages:
- name: charmbracelet/vhs@v0.7.1
- name: charmbracelet/vhs@v0.7.2
- name: charmbracelet/vhs
version: v0.5.0
- name: charmbracelet/vhs
version: v0.4.0
version: v0.6.0
78 changes: 57 additions & 21 deletions pkgs/charmbracelet/vhs/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,61 @@ packages:
repo_owner: charmbracelet
repo_name: vhs
description: Your CLI home video recorder
asset: vhs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: Version != "v0.5.0"
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.5.0"
asset: vhs_{{.OS}}_{{.Arch}}.{{.Format}}
- version_constraint: semver("<= 0.6.0")
asset: vhs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
complete_windows_ext: false
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: Version == "v0.7.0"
no_asset: true
- version_constraint: Version == "v0.7.1"
asset: vhs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
complete_windows_ext: false
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: vhs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
complete_windows_ext: false
files:
- name: vhs
src: "{{.AssetWithoutExt}}/vhs"
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
78 changes: 57 additions & 21 deletions registry.yaml

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