diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-13 07:31:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-13 08:17:47 +0000 |
commit | 626a5082fb9f854c0d1ec9fcc6a09e4a7a2f4564 (patch) | |
tree | d909d26e4a776a4077dfafe494866d41d50a73e7 /testing | |
parent | 091fbe38d12ac52359aad9de5963848c6dc1a992 (diff) | |
download | aports-626a5082fb9f854c0d1ec9fcc6a09e4a7a2f4564.tar.bz2 aports-626a5082fb9f854c0d1ec9fcc6a09e4a7a2f4564.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.9.5-r1
Diffstat (limited to 'testing')
-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 6e5648f5cc..64ba35b778 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.9.5 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |