diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-22 13:44:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-22 13:49:34 +0000 |
commit | 2f3606de33351e32d3db735508dc5a750bffa489 (patch) | |
tree | 021e9d88ae781281492cc5a039b139076700751c /testing | |
parent | 67ab8e3c00c3753254ccf02a77f961a059ec269e (diff) | |
download | aports-2f3606de33351e32d3db735508dc5a750bffa489.tar.bz2 aports-2f3606de33351e32d3db735508dc5a750bffa489.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.9.3-r0
Diffstat (limited to 'testing')
-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 848642b1d5..e78de9b74f 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.9.2 -_kpkgrel=2 +_kver=3.9.3 +_kpkgrel=0 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |