tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 18067a1c2e042e420ec988be5d1d6f3be83e049d
parent 7241eb0fd14043ee3ffa85653c85151c6682b7af
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 16 Apr 2017 17:18:16 +0200

version bump

Diffstat:
MINSTALL.md | 4++--
Mtomb | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md @@ -20,12 +20,12 @@ To install Tomb simply download the source distribution (the tar.gz file) from https://files.dyne.org/tomb and decompress it. From a terminal: cd Downloads - tar xvfz Tomb-2.3.tar.gz (correct with actual file name) + tar xvfz Tomb-2.4.tar.gz (correct with actual file name) Then enter its directory and run 'make install' as root, this will install Tomb into /usr/local: - cd Tomb-2.3 (correct with actual directory name) + cd Tomb-2.4 (correct with actual directory name) sudo make install After installation one can read the commandline help or read the manual: diff --git a/tomb b/tomb @@ -44,8 +44,8 @@ # {{{ Global variables -typeset VERSION="2.3" -typeset DATE="Jan/2017" +typeset VERSION="2.4" +typeset DATE="Apr/2017" typeset TOMBEXEC=$0 typeset TMPPREFIX=${TMPPREFIX:-/tmp} # TODO: configure which tmp dir to use from a cli flag