Skip to content

Commit

Permalink
Merge pull request #9816 from aquaproj/fix/gitmux-0711
Browse files Browse the repository at this point in the history
fix(arl/gitmux): follow up changes of gitmux v0.7.11
  • Loading branch information
suzuki-shunsuke committed Feb 11, 2023
2 parents c9e4be6 + c97c77d commit a046e62
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pkgs/arl/gitmux/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: arl/gitmux@v0.7.10
- name: arl/gitmux@v0.7.11
- name: arl/gitmux
version: v0.7.10
6 changes: 5 additions & 1 deletion pkgs/arl/gitmux/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ packages:
repo_owner: arl
repo_name: gitmux
description: Git in your tmux status bar
asset: gitmux_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
supported_envs:
- darwin
- linux
Expand All @@ -17,3 +16,8 @@ packages:
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.7.11")
asset: gitmux_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz
version_overrides:
- version_constraint: "true"
asset: gitmux_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
6 changes: 5 additions & 1 deletion registry.yaml

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

0 comments on commit a046e62

Please sign in to comment.