diff options
| author | Fuwn <[email protected]> | 2025-02-16 10:07:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-16 10:07:31 +0000 |
| commit | 5185a76c3361c62acd703b289fc34df1295b61c3 (patch) | |
| tree | 0a54264d8b64ff846d9336e9b1886261873459c2 /yae.json | |
| parent | fix(cli): strengthen superuser escalation check (diff) | |
| download | pia.nix-main.tar.xz pia.nix-main.zip | |
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yae.json b/yae.json new file mode 100644 index 0000000..3ccf84f --- /dev/null +++ b/yae.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://raw.githubusercontent.com/Fuwn/yae/refs/heads/main/yae.schema.json", + "openvpn": { + "url": "https://www.privateinternetaccess.com/openvpn/openvpn.zip", + "sha256": "0vxm18gzn7fi7dd85rmj3hnbral568bgczhvgi8cb348lx5i23v4", + "hash": "sha256-ZA8RS6eIjMVQfBt+9hYyhaq8LByy5oJaO9Ed+x8KtW8=", + "unpack": true, + "type": "binary" + } +} |