mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ffsend: update to 0.2.76.
This commit is contained in:
parent
9a88791caf
commit
f2622d3556
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ffsend'
|
# Template file for 'ffsend'
|
||||||
pkgname=ffsend
|
pkgname=ffsend
|
||||||
version=0.2.74
|
version=0.2.76
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,9 +10,15 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/timvisee/ffsend"
|
homepage="https://github.com/timvisee/ffsend"
|
||||||
distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz"
|
distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz"
|
||||||
checksum=e6092fc4f40be6d79ddf46a0fb4a739310a2db5407fd3f5db2c43cafc8c41485
|
checksum=7d91fc411b7363fd8842890c5ed25d6cc4481f76cd48dcac154cd6e99f8c4d7b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# avoid ring dependency
|
# avoid ring dependency
|
||||||
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vcompletion contrib/completions/ffsend.bash bash
|
||||||
|
vcompletion contrib/completions/ffsend.fish fish
|
||||||
|
vcompletion contrib/completions/_ffsend zsh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue