diff options
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/iputils/iputils.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/iputils/iputils.SlackBuild b/source/n/iputils/iputils.SlackBuild index 715b2ebf..f9e57e53 100755 --- a/source/n/iputils/iputils.SlackBuild +++ b/source/n/iputils/iputils.SlackBuild @@ -96,7 +96,7 @@ meson setup \ -DBUILD_TRACEROUTE6=true \ -DBUILD_RARPD=true \ .. || exit 1 - ninja || exit 1 + ninja $NUMJOBS || exit 1 cd .. cd meson-build diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index cc422ce0..16d4ec49 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.3.6.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.3.6.tar.xz +lftpget http://us.php.net/distributions/php-7.3.7.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.3.7.tar.xz |