development/systemtap: Updated for version 4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-06-05 18:22:05 +07:00
parent 918d5b2ad0
commit ece495e81e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 4 deletions

View File

@ -17,3 +17,5 @@ Among other tracing/probing tools, SystemTap is the tool of choice for
complex tasks that may require live analysis, programmable on-line
response, and whole-system symbolic access. SystemTap can also handle
simple tracing jobs.
Optional dependency: libvirt

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=systemtap
VERSION=${VERSION:-3.1}
VERSION=${VERSION:-4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="systemtap"
VERSION="3.1"
VERSION="4.1"
HOMEPAGE="https://sourceware.org/systemtap/"
DOWNLOAD="https://sourceware.org/systemtap/ftp/releases/systemtap-3.1.tar.gz"
MD5SUM="767b73d340b13a14b2a4f1e1965482d8"
DOWNLOAD="https://sourceware.org/systemtap/ftp/releases/systemtap-4.1.tar.gz"
MD5SUM="0cc7403c7b5e442a2fa92fe01ea3a636"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""