Skip to content

Commit

Permalink
feat(uw-labs/strongbox): scaffold uw-labs/strongbox (#29458)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 3, 2024
1 parent bac8899 commit cd51142
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 15 deletions.
14 changes: 13 additions & 1 deletion pkgs/uw-labs/strongbox/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
packages:
- name: uw-labs/[email protected]
- name: uw-labs/[email protected]
- name: uw-labs/strongbox
version: v2.0.0-RC3
- name: uw-labs/strongbox
version: v0.2.1
- name: uw-labs/strongbox
version: v0.2.0
- name: uw-labs/strongbox
version: v0.1.0
- name: uw-labs/strongbox
version: 0.1.0-rc3
- name: uw-labs/strongbox
version: 0.1.0-rc2
73 changes: 66 additions & 7 deletions pkgs/uw-labs/strongbox/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,69 @@ packages:
- type: github_release
repo_owner: uw-labs
repo_name: strongbox
description: Encryption for git users
format: raw
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
description: Encryption for Git users
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.0-rc2")
asset: strongbox_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: strongbox_{{.Version}}_checksums.txt
algorithm: sha256
- version_constraint: Version == "0.1.0-rc3"
asset: strongbox_{{.Version}}_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: strongbox_{{.Version}}_checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.1.0"
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.2.0-rc1"
no_asset: true
- version_constraint: semver("<= 0.2.0")
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.2.1"
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: raw
windows_arm_emulation: true
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("<= 2.0.0-RC3")
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: raw
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: strongbox_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: raw
checksum:
type: github_release
asset: strongbox_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
73 changes: 66 additions & 7 deletions registry.yaml

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

0 comments on commit cd51142

Please sign in to comment.