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'
|
# Template file for 'tinyssh'
|
||||||
pkgname=tinyssh
|
pkgname=tinyssh
|
||||||
_datever=20180101
|
_datever=20180110
|
||||||
version="0.0.${_datever}"
|
version="0.0.${_datever}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${_datever}
|
wrksrc=${pkgname}-${_datever}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_dirs="/etc/tinyssh 0755 root root"
|
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>"
|
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
depends="ucspi-tcp"
|
depends="ucspi-tcp"
|
||||||
homepage="https://tinyssh.org"
|
homepage="https://tinyssh.org"
|
||||||
distfiles="https://github.com/janmojzis/${pkgname}/archive/${_datever}.tar.gz"
|
distfiles="https://github.com/janmojzis/${pkgname}/archive/${_datever}.tar.gz"
|
||||||
checksum=d24663047838756a98f71f4c83334b2134d9a2e1e3838f0134398b16f0719888
|
checksum=d663129a00970882e0148f5349f47825503c3f2b52504a8520ff39816d394e4e
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue