linux3.11: update to 3.11.1.
This commit is contained in:
parent
3539fc67a8
commit
913e10a2df
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'linux3.11'
|
||||
#
|
||||
pkgname=linux3.11
|
||||
version=3.11.0
|
||||
revision=2
|
||||
wrksrc="linux-${version%.*}"
|
||||
version=3.11.1
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (3.11 series)"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version%.*}.tar.xz"
|
||||
checksum=803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=2c09783fc5830d497395b6e7b179fd3e8c4564ab300faafbee348960c0a78b9b
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
|
|
Loading…
Reference in a new issue