diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-13 07:56:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-13 08:00:45 +0000 |
commit | 9afd9ca3d721b1290726f99dcd8f01ab58d171b8 (patch) | |
tree | 3eddf6cb98ac506d6dddfdf241ee5f07be56c3cb /testing/wanpipe-grsec | |
parent | e833725b662743e1b5f382085b294e4efbc92973 (diff) | |
download | aports-9afd9ca3d721b1290726f99dcd8f01ab58d171b8.tar.bz2 aports-9afd9ca3d721b1290726f99dcd8f01ab58d171b8.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.8.2-r1
Diffstat (limited to 'testing/wanpipe-grsec')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index 4f8918171..f80953a75 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.8.2 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |