Skip to content

Commit

Permalink
Merge pull request #7063 from aquaproj/fix/stateful-rdme
Browse files Browse the repository at this point in the history
fix(stateful/runme): rename the package
  • Loading branch information
suzuki-shunsuke committed Oct 14, 2022
2 parents 2ee28db + 006ee29 commit 1478364
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pkgs/stateful/rdme/pkg.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions pkgs/stateful/runme/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: stateful/runme@v0.2.0
- name: stateful/runme
version: v0.1.12
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
packages:
- type: github_release
repo_owner: stateful
repo_name: rdme
asset: rdme_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
description: Execute commands directly from a README
format: tar.gz
replacements:
amd64: x86_64
overrides:
Expand All @@ -18,3 +16,11 @@ packages:
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.2.0")
# https://github.com/stateful/runme/pull/35
repo_name: runme
asset: runme_{{.OS}}_{{.Arch}}.{{.Format}}
version_overrides:
- version_constraint: "true"
repo_name: rdme
asset: rdme_{{.OS}}_{{.Arch}}.{{.Format}}
12 changes: 9 additions & 3 deletions registry.yaml

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

0 comments on commit 1478364

Please sign in to comment.