lttng-modules-dkms: update to 2.11.0.

This commit is contained in:
Anthony Iliopoulos 2019-10-29 21:18:33 +01:00 committed by Helmut Pozimski
parent 5608f6e467
commit 6779c6f76d

View file

@ -1,6 +1,6 @@
# Template file for 'lttng-modules-dkms'
pkgname=lttng-modules-dkms
version=2.10.11
version=2.11.0
revision=1
wrksrc="lttng-modules-${version}"
depends="dkms"
@ -9,7 +9,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="LGPL-2.1-only, GPL-2.0-only, MIT"
homepage="https://lttng.org"
distfiles="${homepage}/files/lttng-modules/lttng-modules-${version}.tar.bz2"
checksum=7f91e39b2e8e46d8bbba2b4c8c1614f1fb380611cd1a1fccc1d1859be26112f1
checksum=98af92d8c2e00f4eb63bc637a6967103cf6997434493f36e7a535a491e4fad5f
dkms_modules="lttng-modules ${version}"
@ -17,6 +17,5 @@ do_install() {
vmkdir usr/src/lttng-modules-${version}
vcopy "*" usr/src/lttng-modules-${version}
vcopy ${FILESDIR}/dkms.conf usr/src/lttng-modules-${version}
vlicense mit-license.txt
vlicense LICENSE
}