|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2014,2015,2016,2017 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2014,2015,2016,2017,2018 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-npth} |
|
|
|
VERSION=${VERSION:-1.5} |
|
|
|
VERSION=${VERSION:-1.6} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
WGET=${WGET:-https://www.gnupg.org/ftp/gcrypt/npth/$ARCHIVE} |
|
|
|
|
|
|
|