diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-28 19:50:41 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-28 19:50:41 -0200 |
commit | f79e5b6f161eb4f4053665beda522c4bb4ff7338 (patch) | |
tree | 3d9984df0c7aca518f12f29253185925c625cadb /libre/linux-libre | |
parent | 2ca02f2eaf0d245be22c1e22e6fffe91974e0a17 (diff) | |
download | abslibre-f79e5b6f161eb4f4053665beda522c4bb4ff7338.tar.gz abslibre-f79e5b6f161eb4f4053665beda522c4bb4ff7338.tar.bz2 abslibre-f79e5b6f161eb4f4053665beda522c4bb4ff7338.zip |
linux-libre-3.6.8-1: updating version
Diffstat (limited to 'libre/linux-libre')
-rwxr-xr-x | libre/linux-libre/PKGBUILD | 8 | ||||
-rwxr-xr-x | libre/linux-libre/linux-libre.install | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 7f9cb69cb..55d68e2a6 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -10,10 +10,10 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.6 -_sublevel=7 +_sublevel=8 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.7 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.8 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -34,7 +34,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'irq_cfg_pointer-3.6.6.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('a2312edd0265b5b07bd4b50afae2b380' - 'a4e642180c7d757a642175fe32e4a264' + '3f4d630f49a12079598a3601dd2adb24' 'e4a3a4677e1fac6ecf0e0fb44c41ca08' '68fc36a4efb6ade0eca409b9444fef0c' 'e49ac236dfeef709f91a3d993ea7b62c' @@ -45,7 +45,7 @@ md5sums=('a2312edd0265b5b07bd4b50afae2b380' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' '4909a0271af4e5f373136b382826717f' - '1dd80f353c705fef988346a8ef05d13f') + 'acc79d1934fe9710acd9039dcd4e8b30') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index f5c51e08f..62df4eb18 100755 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.6.7-1-LIBRE +KERNEL_VERSION=3.6.8-1-LIBRE # set a sane PATH to ensure that critical utils like depmod will be found export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |