diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-09 09:14:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-09 09:14:58 +0000 |
commit | 86721db779ddade35b15e256d239a50d4499f40d (patch) | |
tree | 4759454a28531e1d9d15eb417c32d7ed72b99a5c /testing/wanpipe-grsec | |
parent | 41c3645bb82c6d9e8ba524ef9cecce6916ba9eb9 (diff) | |
download | aports-86721db779ddade35b15e256d239a50d4499f40d.tar.bz2 aports-86721db779ddade35b15e256d239a50d4499f40d.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.8.12-r0
Diffstat (limited to 'testing/wanpipe-grsec')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index 2201f736ec..974a8585d2 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -4,8 +4,8 @@ _realname=wanpipe _name=$_realname-$_flavor _kpkg=linux-$_flavor -_kver=3.8.11 -_kpkgrel=1 +_kver=3.8.12 +_kpkgrel=0 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |