strace: fix url

This commit is contained in:
CvH 2018-05-14 14:39:23 +02:00
parent 3185a9dde6
commit d1da7ddb38

View File

@ -22,7 +22,7 @@ PKG_SHA256="068cd09264c95e4d591bbcd3ea08f99a693ed8663cd5169b0fdad72eb5bdb39d"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="https://strace.io/"
PKG_URL="https://strace.io/files/strace/strace-$PKG_VERSION.tar.xz"
PKG_URL="https://strace.io/files/$PKG_VERSION/strace-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="tools"
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"