Files
termux-pacman-bot 8f8ad977bd fix(root/sshfs): update checksum
- Progress on https://github.com/termux/termux-packages/issues/23492

- This commit was added 1 hour after the original release, then they deleted the release and made a new one 9e35c39ba8
2026-01-03 08:06:37 +00:00

11 lines
511 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/libfuse/sshfs
TERMUX_PKG_DESCRIPTION="FUSE client based on the SSH File Transfer Protocol"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.7.5"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=99d294101f1b8997653a84c35674c2e50c18323ea2c449412c0ed46b9d31ac35
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libfuse3, glib, openssh | dropbear"