Skip to content

Commit

Permalink
fix(aristocratos/btop): follow up changes of btop v1.3.0 (#19881)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Feb 11, 2024
1 parent d3131e1 commit 3f43d95
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 36 deletions.
16 changes: 14 additions & 2 deletions pkgs/aristocratos/btop/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
packages:
- name: aristocratos/btop@v1.2.13
- name: aristocratos/btop@v1.3.1
- name: aristocratos/btop
version: v1.2.12
version: v1.2.13
- name: aristocratos/btop
version: v1.1.2
- name: aristocratos/btop
version: v1.1.1
- name: aristocratos/btop
version: v1.1.0
- name: aristocratos/btop
version: v1.0.24
- name: aristocratos/btop
version: v1.0.16
- name: aristocratos/btop
version: v1.0.7
151 changes: 134 additions & 17 deletions pkgs/aristocratos/btop/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,142 @@ packages:
repo_owner: aristocratos
repo_name: btop
description: A monitor of resources
asset: btop-{{.Arch}}-{{.OS}}.tbz
format: tar.bz2
supported_envs:
- darwin
- linux
replacements:
linux: linux-musl
darwin: macos-monterey
amd64: x86_64
overrides:
- goos: linux
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.0.7")
asset: btop-{{trimV .Version}}-{{.OS}}-armel.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
arm64: aarch64
version_constraint: semver(">= 1.2.13")
files:
- name: btop
src: btop/bin/btop
version_overrides:
- version_constraint: "true"
overrides:
- goos: linux
goarch: arm64
asset: btop-{{trimV .Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
supported_envs:
- linux
- version_constraint: semver("<= 1.0.16")
asset: btop-{{trimV .Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
amd64: x86_64
arm64: aarch64
supported_envs:
- linux
- version_constraint: semver("<= 1.0.24")
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
amd64: x86_64
arm64: aarch64
supported_envs:
- linux
- version_constraint: Version == "v1.1.0"
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
amd64: x86_64
darwin: macos
overrides:
- goos: linux
replacements:
arm64: aarch64
- goos: darwin
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: Version == "v1.1.1"
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
amd64: x86_64
darwin: macos
overrides:
- goos: linux
replacements:
arm64: aarch64
- goos: darwin
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-monterey.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: Version == "v1.1.2"
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: bin/btop
replacements:
amd64: x86_64
darwin: macos
overrides:
- goos: linux
replacements:
arm64: aarch64
- goos: darwin
asset: btop-{{trimV .Version}}-{{.Arch}}-{{.OS}}-monterey.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: semver("<= 1.2.13")
asset: btop-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: btop/bin/btop
replacements:
amd64: x86_64
darwin: macos
overrides:
- goos: linux
replacements:
arm64: aarch64
- goos: darwin
asset: btop-{{.Arch}}-{{.OS}}-monterey.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: Version == "v1.2.13"
asset: btop-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: btop/bin/btop
replacements:
amd64: x86_64
darwin: macos
overrides:
- goos: linux
replacements:
arm64: aarch64
- goos: darwin
asset: btop-{{.Arch}}-{{.OS}}-ventura.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: btop-{{.Arch}}-{{.OS}}-musl.{{.Format}}
format: tbz
files:
- name: btop
src: btop/bin/btop
replacements:
amd64: x86_64
arm64: aarch64
supported_envs:
- linux
151 changes: 134 additions & 17 deletions registry.yaml

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

0 comments on commit 3f43d95

Please sign in to comment.