diff options
Diffstat (limited to 'METADATA')
-rw-r--r-- | METADATA | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA new file mode 100644 index 00000000..eef037a7 --- /dev/null +++ b/METADATA @@ -0,0 +1,17 @@ +name: "openssh" +description: + "Secure Shell (SSH) protocol client, server and utilities" + +third_party { + url { + type: HOMEPAGE + value: "https://www.openssh.com/" + } + url { + type: GIT + value: "https://github.com/openssh/openssh-portable" + } + version: "8.3p1" + last_upgrade_date { year: 2020 month: 8 day: 20 } + license_type: NOTICE +} |