Merge pull request #5937 from Chocimier/tinyssh
tinyssh: update to 20181206.
This commit is contained in:
commit
92ed0a49ff
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'tinyssh'
|
||||
pkgname=tinyssh
|
||||
_datever=20180201
|
||||
version="0.0.${_datever}"
|
||||
version=20181206
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_datever}
|
||||
build_style=gnu-makefile
|
||||
make_dirs="/etc/tinyssh 0755 root root"
|
||||
depends="ucspi-tcp"
|
||||
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=4c2fad0ce1614048e48b4fa67d06686abfe474714c26333b0be3c8a332599902
|
||||
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
||||
checksum=d037e286a8af8bfc9f281d8bddade9774923f5b1476d33e1575fd183e4ba7829
|
||||
nocross=yes
|
||||
|
||||
pre_build() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ignore="20*"
|
Loading…
Reference in New Issue