diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 17:53:57 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 17:53:57 -0200 |
commit | 73e359c0b2b5b3d772b71ed716f7df5bb784ecb6 (patch) | |
tree | c29562c003a06a7474292e955b7a6c7e175ced69 /libre/linux-libre-lts | |
parent | 6d922d071efba7dc5bd287f0882210458d231be8 (diff) | |
download | abslibre-73e359c0b2b5b3d772b71ed716f7df5bb784ecb6.tar.gz abslibre-73e359c0b2b5b3d772b71ed716f7df5bb784ecb6.tar.bz2 abslibre-73e359c0b2b5b3d772b71ed716f7df5bb784ecb6.zip |
linux-libre-lts-3.0.57-1: updating version for mips64el
Diffstat (limited to 'libre/linux-libre-lts')
-rwxr-xr-x | libre/linux-libre-lts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 083330019..47666d7b4 100755 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -10,7 +10,7 @@ _basekernel=3.0 _sublevel=57 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.56 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.57 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -44,7 +44,7 @@ md5sums=('5f64180fe7df4e574dac5911b78f5067' 'f36222e7ce20c8e4dc27376f9be60f6c' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' - 'fbaf6e706052fdd45ab889505758c3fc') + '21f93138b6d4410b095cc9998f89e47d') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |