httptunnel: fix homepage=, use https:// distfiles= and fix license=
This commit is contained in:
parent
8ce91d4cc2
commit
02e3f3b45e
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'httptunnel'
|
# Template file for 'httptunnel'
|
||||||
pkgname=httptunnel
|
pkgname=httptunnel
|
||||||
version=3.3
|
version=3.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Creates a bidirectional connection tunnelled in HTTP requests"
|
short_desc="Creates a bidirectional connection tunnelled in HTTP requests"
|
||||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.nocrew.org/software/httptunnel.html"
|
homepage="https://github.com/larsbrinkhoff/httptunnel"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/distfiles/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=142f82b204876c2aa90f19193c7ff78d90bb4c2cba99dfd4ef625864aed1c556
|
checksum=142f82b204876c2aa90f19193c7ff78d90bb4c2cba99dfd4ef625864aed1c556
|
||||||
|
|
Loading…
Reference in New Issue