summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9737ce82c0..b798e53c08ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 04:47:09 UTC 2016
+# Tue May 23 23:51:58 UTC 2017
pkgbase = lttng-modules
pkgdesc = LTTng kernel modules
- pkgver = 2.9.0
+ pkgver = 2.9.2
pkgrel = 1
url = http://lttng.org/
install = lttng-modules.install
@@ -15,8 +15,8 @@ pkgbase = lttng-modules
depends = linux>=2.6.38
optdepends = lttng-tools: LTTng tracing control tools
optdepends = babeltrace: trace viewer
- source = http://lttng.org/files/lttng-modules/lttng-modules-2.9.0.tar.bz2
- sha1sums = 819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7
+ source = http://lttng.org/files/lttng-modules/lttng-modules-2.9.2.tar.bz2
+ sha1sums = da54a8478019c0d551590c37826e78c058e9cb8b
pkgname = lttng-modules
diff --git a/PKGBUILD b/PKGBUILD
index 86f684d451d8..22523a6f4b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=lttng-modules
-pkgver=2.9.0
+pkgver=2.9.2
pkgrel=1
pkgdesc="LTTng kernel modules"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=(
)
install=${pkgname}.install
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7')
+sha1sums=('da54a8478019c0d551590c37826e78c058e9cb8b')
build()
{