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 b9725f18062d..be9737ce82c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 18:50:44 UTC 2016
+# Fri Dec 2 04:47:09 UTC 2016
pkgbase = lttng-modules
pkgdesc = LTTng kernel modules
- pkgver = 2.8.3
+ pkgver = 2.9.0
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.8.3.tar.bz2
- sha1sums = 862705784a54962f70226004f1fd0bf77f73f10f
+ source = http://lttng.org/files/lttng-modules/lttng-modules-2.9.0.tar.bz2
+ sha1sums = 819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7
pkgname = lttng-modules
diff --git a/PKGBUILD b/PKGBUILD
index d899f8dd0456..86f684d451d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=lttng-modules
-pkgver=2.8.3
+pkgver=2.9.0
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=('862705784a54962f70226004f1fd0bf77f73f10f')
+sha1sums=('819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7')
build()
{