Skip to content

Commit

Permalink
fix(charmbracelet/vhs): follow up changes of vhs v0.7.2 (#21903)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Apr 15, 2024
1 parent 8dc8ea9 commit 2782873
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 46 deletions.
6 changes: 2 additions & 4 deletions pkgs/charmbracelet/vhs/pkg.yaml
@@ -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
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.

0 comments on commit 2782873

Please sign in to comment.