diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 02:28:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:08 +0700 |
commit | b3317d9c4e7c8140e42509789efa352a09c5ef8b (patch) | |
tree | 610803a074b72473d8b37d40cb5f98ca2574227d /libraries | |
parent | 9d3e6261aa945d6c5811f2d57d9fa7423c563c7b (diff) |
libraries/php-ssh2: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index f523fb57d39d..cad789a789d9 100644 --- a/libraries/php-ssh2/php-ssh2.SlackBuild +++ b/libraries/php-ssh2/php-ssh2.SlackBuild @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=ssh2 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-ssh2 +SRCNAM=ssh2 VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |