diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 01:34:02 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:59 +0700 |
commit | 8c61a61a0bf79801a075e556593a58229c054a12 (patch) | |
tree | 22e3415a26a0a9edccf9f120147ab820e6a178ce /network | |
parent | b495f7e9029d6bb22f50099338aa64bd5fae2ac1 (diff) |
network/cryptcat-unix: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/cryptcat-unix/cryptcat-unix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/cryptcat-unix/cryptcat-unix.SlackBuild b/network/cryptcat-unix/cryptcat-unix.SlackBuild index b2a39a233c7fe..09564a9b3eeb3 100644 --- a/network/cryptcat-unix/cryptcat-unix.SlackBuild +++ b/network/cryptcat-unix/cryptcat-unix.SlackBuild @@ -8,9 +8,9 @@ # # Modified by SlackBuilds.org -VERSION=${VERSION:-1.2.1} cd $(dirname $0) ; CWD=$(pwd) +VERSION=${VERSION:-1.2.1} PRGNAM=cryptcat-unix BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |