Merge pull request #2702 from CvH/9.0-strace

strace: fix url
This commit is contained in:
Christian Hewitt 2018-05-14 18:14:05 +05:30 committed by GitHub
commit c0da3f5b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"