diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-05-08 10:41:01 +0100 |
---|---|---|
committer | Keith Maxwell <keith.maxwell@gmail.com> | 2020-05-08 10:45:48 +0100 |
commit | 8c7b32c24ed407f11fd616cc6082caf6fa847491 (patch) | |
tree | 33d739199a5213d2792453f8688857639762e6ea /main/lttng-ust | |
parent | b3236797e339c8ecf32391a1c43c81364fca54d4 (diff) | |
download | aports-8c7b32c24ed407f11fd616cc6082caf6fa847491.tar.bz2 aports-8c7b32c24ed407f11fd616cc6082caf6fa847491.tar.xz |
main/lttng-ust: upgrade to 2.12.0
Changelog:
https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=f907545e84b940f9648edcf308a80bd79c5a3756
Diffstat (limited to 'main/lttng-ust')
-rw-r--r-- | main/lttng-ust/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lttng-ust/APKBUILD b/main/lttng-ust/APKBUILD index 77a5603258..96b9cda3e0 100644 --- a/main/lttng-ust/APKBUILD +++ b/main/lttng-ust/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Jeanson <mjeanson@efficios.com> # Maintainer: Michael Jeanson <mjeanson@efficios.com> pkgname=lttng-ust -pkgver=2.11.0 -pkgrel=1 +pkgver=2.12.0 +pkgrel=0 pkgdesc="LTTng 2.0 Userspace Tracer" url="https://lttng.org" arch="all" @@ -32,4 +32,4 @@ package() { sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python3|' "$pkgdir"/usr/bin/lttng-gen-tp } -sha512sums="fb7258961a7e913487806a7e0129c95becff8c631382b119ff1d78f95cdd7460ec24e62671642160fdb006a3a292b2b10f35c8424f0367ce7c6a41cbcca77a09 lttng-ust-2.11.0.tar.bz2" +sha512sums="d69772170f57b9669b99cea372ca537777151a31b82002e1e5ec80da3ceb302c23f0f85d63a2c95c90a375b879e266aa5297e7d6444050dd40feb1253d863801 lttng-ust-2.12.0.tar.bz2" |