From e32e0bbcccd3fc8a38772025f13052c90407d8a1 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Mon, 14 Mar 2022 09:41:00 -0700 Subject: [PATCH] tinyssh: update to 20220305. This release contains a fix for https://github.com/janmojzis/tinyssh/issues/63 --- srcpkgs/tinyssh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tinyssh/template b/srcpkgs/tinyssh/template index a2e1012a9c0e..05245c35db62 100644 --- a/srcpkgs/tinyssh/template +++ b/srcpkgs/tinyssh/template @@ -1,6 +1,6 @@ # Template file for 'tinyssh' pkgname=tinyssh -version=20220101 +version=20220305 revision=1 build_style=gnu-makefile make_dirs="/etc/tinyssh 0755 root root" @@ -10,7 +10,7 @@ maintainer="Christopher Brannon " license="Public Domain" homepage="https://tinyssh.org" distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz" -checksum=b68e5b8d1f72304d70b25b53dd221cdc0a25730695bf4e8e08e27ece9dcb499d +checksum=26e1f14ee865fc48c173f51efa03aeeb72c44f102a0084ff267693406bd7aebe if [ -n "${CROSS_BUILD}" ] ; then make_build_target=cross-compile