-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quantumsheep/sshs): scaffold quantumsheep/sshs (#29185)
* feat(quantumsheep/sshs): scaffold quantumsheep/sshs * fix(quantumsheep/sshs): use regexp format to validate checksum
- Loading branch information
1 parent
f46ed08
commit 8752c67
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.