kumquat-buildroot/package/sshpass/sshpass.mk
Fabrice Fontaine e114e9f792 package/sshpass: bump to version 1.09
https://sourceforge.net/p/sshpass/code/HEAD/tree/tags/V1.09/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-12-20 23:18:48 +01:00

13 lines
380 B
Makefile

################################################################################
#
# sshpass
#
################################################################################
SSHPASS_VERSION = 1.09
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
SSHPASS_LICENSE = GPL-2.0+
SSHPASS_LICENSE_FILES = COPYING
$(eval $(autotools-package))