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 7c976d320308..b9725f18062d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 27 15:30:41 UTC 2016
+# Mon Oct 31 18:50:44 UTC 2016
pkgbase = lttng-modules
pkgdesc = LTTng kernel modules
- pkgver = 2.8.0
+ pkgver = 2.8.3
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.0.tar.bz2
- sha1sums = 56eeda239ce6e581036b9b72a952ac5e44d405ab
+ source = http://lttng.org/files/lttng-modules/lttng-modules-2.8.3.tar.bz2
+ sha1sums = 862705784a54962f70226004f1fd0bf77f73f10f
pkgname = lttng-modules
diff --git a/PKGBUILD b/PKGBUILD
index 7d59888e0eb2..d899f8dd0456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=lttng-modules
-pkgver=2.8.0
+pkgver=2.8.3
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=('56eeda239ce6e581036b9b72a952ac5e44d405ab')
+sha1sums=('862705784a54962f70226004f1fd0bf77f73f10f')
build()
{