diff options
-rw-r--r-- | open-source-lorries/tcp-wrappers.lorry | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/tcp-wrappers.lorry b/open-source-lorries/tcp-wrappers.lorry index 56a218b..b31e159 100644 --- a/open-source-lorries/tcp-wrappers.lorry +++ b/open-source-lorries/tcp-wrappers.lorry @@ -3,7 +3,8 @@ "type": "tarball", "compression": "gzip", "strip": "1", - "url": "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz" + "url": "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz", + "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ] } } |