diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-16 22:40:41 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-16 22:40:41 -0300 |
commit | 6ebfd7433a2d4f0b32f67f75fe9623e09311bf88 (patch) | |
tree | dadc86ae1cae6937acef3cbd8a1e499c53df879d | |
parent | 8df20d4f171db065a18a54da5afe265839bf2b30 (diff) | |
download | abslibre-6ebfd7433a2d4f0b32f67f75fe9623e09311bf88.tar.gz abslibre-6ebfd7433a2d4f0b32f67f75fe9623e09311bf88.tar.bz2 abslibre-6ebfd7433a2d4f0b32f67f75fe9623e09311bf88.zip |
linux-libre-lts-3.0.96-1: updating version
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index e1fa76aaf..8fe368d43 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -8,10 +8,10 @@ pkgbase=linux-libre-lts # Build stock -LIBRE-LTS kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.0 -_sublevel=94 +_sublevel=96 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.94 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.96 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -33,7 +33,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'module-init-wait-3.0.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu1_0loongsonlibre_mipsel.tar.bz2") md5sums=('f30a562307b6f71204370fcd33756466' - 'f488335cb6f6cbae9dd5d07d31a532b3' + 'a2251571e926c611aee1e154beb481d6' '7373cc3ac66342156a7fc32af8577b46' 'b7229f80282337979514f9640a969ff5' 'c072b17032e80debc6a8626299245d46' @@ -45,7 +45,7 @@ md5sums=('f30a562307b6f71204370fcd33756466' 'f36222e7ce20c8e4dc27376f9be60f6c' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' - 'f7faae4e260abb9dceb30d7b233d355d') + 'd191c905ae3f94853a5362fa6a2f3163') if [ "$CARCH" != "mips64el" ]; then # don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |