diff options
Diffstat (limited to 'network/acme.sh/acme.sh.SlackBuild')
-rw-r--r-- | network/acme.sh/acme.sh.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild index f03ce39fe601..eaaa3d3c2339 100644 --- a/network/acme.sh/acme.sh.SlackBuild +++ b/network/acme.sh/acme.sh.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/bash # # Slackware build script for acme.sh # -# Copyright 2019 Corrado Franco (https://conraid.net) +# Copyright 2019-2020 Corrado Franco (https://corradofranco.it) # All rights reserved. # # This program is free software: you can redistribute it and/or modify @@ -26,8 +26,8 @@ # Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds PRGNAM=acme.sh -VERSION=${VERSION:-2.8.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.8.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} DOCFILES="*.md" |