Use safe SOURCE_URIs

This commit is contained in:
Humdinger
2016-09-01 18:51:29 +02:00
parent 5b07abaf7f
commit e880e1a25b
3 changed files with 28 additions and 22 deletions

View File

@@ -1,12 +1,13 @@
SUMMARY="A utility to read and write to network connections"
DESCRIPTION="
Netcat is a simple utility which reads and writes data across network connections, \
using the TCP or UDP protocol."
DESCRIPTION="Netcat is a simple utility which reads and writes data across \
network connections, using the TCP or UDP protocol."
HOMEPAGE="http://nc110.sourceforge.net"
COPYRIGHT="1996 hobbit"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
REVISION="2"
SOURCE_URI="http://downloads.sf.net/nc110/unix%20netcat%201.10%20by%20_Hobbit_/%5BUnnamed%20release%5D/nc110.tgz"
SOURCE_DIR=""
CHECKSUM_SHA256="5b3fda14e972d908896a605293f4634a72e2968278117410e12d8b3faf9a3976"
PATCHES="netcat-1.10.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"