sslh: 1.7a -> 1.8

This commit is contained in:
Thomas Penteker 2011-07-15 21:14:12 +02:00
parent 0b23f1096a
commit 86c84c097b
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
ee124654412198a5e11fe28acf10634d sslh-1.7a.tar.gz
8d178a7704b1e787b377e1279e0edf7d sslh-1.8.tar.gz
94ee471e8a0a24ca64ef5b439f6697c3 sslh.rc

View File

@ -4,7 +4,7 @@
# Depends on:
name=sslh
version=1.7a
version=1.8
release=1
source=(http://www.rutschle.net/tech/$name-${version}.tar.gz sslh.rc)
@ -13,5 +13,5 @@ build () {
cd $name-${version}
make
install -D -m 0644 $name.8.gz $PKG/usr/man/man8/$name.8.gz
install -D -m 0755 $name $PKG/usr/sbin/$name
install -D -m 0755 $name-select $PKG/usr/sbin/$name
}