chore(main/sshfs): enable automatic updates [no ci]

This commit is contained in:
Twaik Yont 2023-10-24 19:44:28 +03:00
parent 62b3cdfd02
commit 8b92ba2a93
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.7.3
TERMUX_PKG_SRCURL=https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=52a1a1e017859dfe72a550e6fef8ad4f8703ce312ae165f74b579fd7344e3a26
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_SED_REGEXP='s/.*-//'
TERMUX_PKG_DEPENDS="libfuse3, glib, openssh | dropbear"