Merge remote-tracking branch 'origin/master' into pkg-choco
This commit is contained in:
commit
ed0798cb8a
4 changed files with 8 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ffsend"
|
name = "ffsend"
|
||||||
version = "0.2.21"
|
version = "0.2.22"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ffsend"
|
name = "ffsend"
|
||||||
version = "0.2.21"
|
version = "0.2.22"
|
||||||
authors = ["Tim Visee <timvisee@gmail.com>"]
|
authors = ["Tim Visee <timvisee@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -374,7 +374,7 @@ documentation [here][send-encryption].
|
||||||
```
|
```
|
||||||
$ ffsend help
|
$ ffsend help
|
||||||
|
|
||||||
ffsend 0.2.21
|
ffsend 0.2.22
|
||||||
Tim Visee <timvisee.com>
|
Tim Visee <timvisee.com>
|
||||||
Easily and securely share files from the command line.
|
Easily and securely share files from the command line.
|
||||||
A fully featured Firefox Send client.
|
A fully featured Firefox Send client.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name: ffsend
|
name: ffsend
|
||||||
version: git
|
version: git
|
||||||
|
license: GNU-3.0-only
|
||||||
summary: Easily and securely share files from the command line.
|
summary: Easily and securely share files from the command line.
|
||||||
description: |
|
description: |
|
||||||
Easily and securely share files and directories from the command line through
|
Easily and securely share files and directories from the command line through
|
||||||
|
@ -14,13 +15,16 @@ description: |
|
||||||
(up to 20) download or 24 hours is enforced to ensure your stuff does not
|
(up to 20) download or 24 hours is enforced to ensure your stuff does not
|
||||||
remain online forever. This provides a secure platform to share your files.
|
remain online forever. This provides a secure platform to share your files.
|
||||||
|
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
ffsend:
|
ffsend:
|
||||||
command: ffsend
|
command: ffsend
|
||||||
plugs: [home, removable-media, network]
|
plugs: [home, network, removable-media, x11]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
ffsend:
|
ffsend:
|
||||||
|
|
Loading…
Reference in a new issue