Skip to content

Commit

Permalink
feat(quantumsheep/sshs): scaffold quantumsheep/sshs (#29185)
Browse files Browse the repository at this point in the history
* feat(quantumsheep/sshs): scaffold quantumsheep/sshs

* fix(quantumsheep/sshs): use regexp format to validate checksum
  • Loading branch information
NikitaCOEUR authored Nov 24, 2024
1 parent f46ed08 commit 8752c67
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/quantumsheep/sshs/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: quantumsheep/[email protected]
- name: quantumsheep/sshs
version: 3.4.0
25 changes: 25 additions & 0 deletions pkgs/quantumsheep/sshs/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
packages:
- type: github_release
repo_owner: quantumsheep
repo_name: sshs
description: Terminal user interface for SSH
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 3.4.0")
asset: sshs-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- version_constraint: "true"
asset: sshs-{{.OS}}-{{.Arch}}
format: raw
checksum:
type: github_release
file_format: regexp
asset: "{{.Asset}}.sha256"
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
algorithm: sha256
24 changes: 24 additions & 0 deletions registry.yaml

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

0 comments on commit 8752c67

Please sign in to comment.