ffsend: update to 0.2.76.

This commit is contained in:
icp 2022-09-21 14:34:57 +05:30 committed by Michal Vasilek
parent 9a88791caf
commit f2622d3556
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ffsend'
pkgname=ffsend
version=0.2.74
version=0.2.76
revision=1
build_style=cargo
hostmakedepends="pkg-config"
@ -10,9 +10,15 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/timvisee/ffsend"
distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz"
checksum=e6092fc4f40be6d79ddf46a0fb4a739310a2db5407fd3f5db2c43cafc8c41485
checksum=7d91fc411b7363fd8842890c5ed25d6cc4481f76cd48dcac154cd6e99f8c4d7b
post_extract() {
# avoid ring dependency
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
}