From 16f82a7d4892aeae8d8a11af6cfecfb471ed3e71 Mon Sep 17 00:00:00 2001 From: Mat Boehlke Date: Sat, 15 Jul 2023 23:20:41 -0500 Subject: [PATCH] tinyssh: update to 20230101. --- srcpkgs/tinyssh/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tinyssh/template b/srcpkgs/tinyssh/template index c65bd2b6afe356..2ae1d300b83c86 100644 --- a/srcpkgs/tinyssh/template +++ b/srcpkgs/tinyssh/template @@ -1,16 +1,16 @@ # Template file for 'tinyssh' pkgname=tinyssh -version=20220801 -revision=2 +version=20230101 +revision=1 build_style=gnu-makefile make_dirs="/etc/tinyssh 0755 root root" depends="ucspi-tcp" short_desc="Minimalistic SSH server" maintainer="Christopher Brannon " -license="Public Domain" +license="CC0-1.0" homepage="https://tinyssh.org" distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz" -checksum=234656fc8d369608eb5d0f3a26280e0e38e2e6b134cfc610b6e24bce176acd4f +checksum=74a434389dd05bf421feb6b6fab241f763b78222750d21100bd81d9ba626b28c if [ -n "${CROSS_BUILD}" ] ; then make_build_target=cross-compile @@ -28,6 +28,5 @@ pre_build() { } post_install() { - vlicense LICENCE vsv tinysshd }