tinyssh: update to 20220305.
This release contains a fix for https://github.com/janmojzis/tinyssh/issues/63
This commit is contained in:
parent
5117bccab9
commit
f3cdb76b07
1 changed files with 2 additions and 2 deletions
|
@ -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 <chris@the-brannons.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue