tinyssh: update to 20240101.

This commit is contained in:
Leah Neukirchen 2024-01-02 18:00:43 +01:00
parent a0dce7348b
commit 825032ac6a

View file

@ -1,6 +1,6 @@
# Template file for 'tinyssh' # Template file for 'tinyssh'
pkgname=tinyssh pkgname=tinyssh
version=20230101 version=20240101
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_dirs="/etc/tinyssh 0755 root root" make_dirs="/etc/tinyssh 0755 root root"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="CC0-1.0" license="CC0-1.0"
homepage="https://tinyssh.org" homepage="https://tinyssh.org"
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz" distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
checksum=74a434389dd05bf421feb6b6fab241f763b78222750d21100bd81d9ba626b28c checksum=d2cd49d0e5e8bdb808d86f07f946a0cfbf2dc9a449a4b8243a82be267d852b62
if [ -n "${CROSS_BUILD}" ] ; then if [ -n "${CROSS_BUILD}" ] ; then
make_build_target=cross-compile make_build_target=cross-compile