summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-06 23:35:55 +0300
committerChristoph Gysin2017-09-06 23:35:55 +0300
commit8a3ea221935d5c952c3994f280da828481e80ec8 (patch)
tree14d5d525f66159537830704ff186fe26af6897b3
parentbc6d12cdab0814844256d9932c6074795fdd5c41 (diff)
downloadaur-8a3ea221935d5c952c3994f280da828481e80ec8.tar.gz
update to 2.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b798e53c08ab..92180471fcad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 23 23:51:58 UTC 2017
+# Wed Sep 6 20:35:47 UTC 2017
pkgbase = lttng-modules
pkgdesc = LTTng kernel modules
- pkgver = 2.9.2
+ pkgver = 2.10.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.9.2.tar.bz2
- sha1sums = da54a8478019c0d551590c37826e78c058e9cb8b
+ source = http://lttng.org/files/lttng-modules/lttng-modules-2.10.0.tar.bz2
+ sha1sums = fe71ab45505ecb8ce359896a7ddd5ad0ce1507f5
pkgname = lttng-modules
diff --git a/PKGBUILD b/PKGBUILD
index 22523a6f4b4e..ae0d4b635d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=lttng-modules
-pkgver=2.9.2
+pkgver=2.10.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=('da54a8478019c0d551590c37826e78c058e9cb8b')
+sha1sums=('fe71ab45505ecb8ce359896a7ddd5ad0ce1507f5')
build()
{