tinyssh: update to 20181206.
This commit is contained in:
parent
52743d59d4
commit
3fd7f3fafe
2 changed files with 4 additions and 7 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'tinyssh'
|
# Template file for 'tinyssh'
|
||||||
pkgname=tinyssh
|
pkgname=tinyssh
|
||||||
_datever=20180201
|
version=20181206
|
||||||
version="0.0.${_datever}"
|
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
|
depends="ucspi-tcp"
|
||||||
short_desc="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"
|
|
||||||
homepage="https://tinyssh.org"
|
homepage="https://tinyssh.org"
|
||||||
distfiles="https://github.com/janmojzis/${pkgname}/archive/${_datever}.tar.gz"
|
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
||||||
checksum=4c2fad0ce1614048e48b4fa67d06686abfe474714c26333b0be3c8a332599902
|
checksum=d037e286a8af8bfc9f281d8bddade9774923f5b1476d33e1575fd183e4ba7829
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="20*"
|
|
Loading…
Add table
Add a link
Reference in a new issue