ffsend: update to 0.2.73

This commit is contained in:
Leonid Pliushch 2021-09-20 19:20:37 +03:00
parent 00800ef54c
commit f89853f3e9
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.com/timvisee/ffsend
TERMUX_PKG_DESCRIPTION="A fully featured Firefox Send client"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.2.72
TERMUX_PKG_VERSION=0.2.73
TERMUX_PKG_SRCURL=https://gitlab.com/timvisee/ffsend/-/archive/v$TERMUX_PKG_VERSION/ffsend-v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=f0f418541d931c218587a716f5da2c576cd4936281a0ffaae843c1496e60118a
TERMUX_PKG_SHA256=7d9995edc929e21f207b43476cf87ffff4888e0c5dbf0cfed3ed08ce62cf6276
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features crypto-openssl,send2,send3,history,archive,qrcode,urlshorten,infer-command"