tinyssh: update to 0.0.20180110.
This commit is contained in:
parent
54ff2ad70e
commit
a4db03f6a8
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'tinyssh'
|
||||
pkgname=tinyssh
|
||||
_datever=20180101
|
||||
_datever=20180110
|
||||
version="0.0.${_datever}"
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_datever}
|
||||
build_style=gnu-makefile
|
||||
make_dirs="/etc/tinyssh 0755 root root"
|
||||
short_desc="A minimalistic SSH server"
|
||||
short_desc="Minimalistic SSH server"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
license="Public Domain"
|
||||
depends="ucspi-tcp"
|
||||
homepage="https://tinyssh.org"
|
||||
distfiles="https://github.com/janmojzis/${pkgname}/archive/${_datever}.tar.gz"
|
||||
checksum=d24663047838756a98f71f4c83334b2134d9a2e1e3838f0134398b16f0719888
|
||||
checksum=d663129a00970882e0148f5349f47825503c3f2b52504a8520ff39816d394e4e
|
||||
nocross=yes
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue