diff options
Diffstat (limited to 'source/d/strace')
-rwxr-xr-x | source/d/strace/strace.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/strace/strace.url | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/d/strace/strace.SlackBuild b/source/d/strace/strace.SlackBuild index 86066a6a..393776b4 100755 --- a/source/d/strace/strace.SlackBuild +++ b/source/d/strace/strace.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=strace VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/d/strace/strace.url b/source/d/strace/strace.url index ae9f5567..c1a593c5 100644 --- a/source/d/strace/strace.url +++ b/source/d/strace/strace.url @@ -1,2 +1,2 @@ -https://github.com/strace/strace/releases/download/v4.22/strace-4.22.tar.xz -https://github.com/strace/strace/releases/download/v4.22/strace-4.22.tar.xz.asc +https://github.com/strace/strace/releases/download/v4.23/strace-4.23.tar.xz +https://github.com/strace/strace/releases/download/v4.23/strace-4.23.tar.xz.asc |