mirror of
https://github.com/borgbase/vorta
synced 2024-12-23 00:07:58 +00:00
308d193c43
* Move dependencies to dedicated folder * Enable SSH * Improvements to manifest and CONTRIBUTION
11 lines
335 B
JSON
11 lines
335 B
JSON
{
|
|
"name": "openssh",
|
|
"config-opts": ["--without-pie"],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.9p1.tar.gz",
|
|
"sha256": "6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
|
|
}
|
|
]
|
|
}
|