diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-27 12:01:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-27 12:05:29 +0000 |
commit | b7a2fe9a0d610f858024e332c42548934bbd6500 (patch) | |
tree | bfb63abd9960722bdea86ec58076852af07ed710 /testing/wanpipe-grsec/APKBUILD | |
parent | 6af659568a0659a43f36bc3419cf6e3534b35804 (diff) | |
download | aports-b7a2fe9a0d610f858024e332c42548934bbd6500.tar.bz2 aports-b7a2fe9a0d610f858024e332c42548934bbd6500.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.9.4-r0
Diffstat (limited to 'testing/wanpipe-grsec/APKBUILD')
-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 f3aa07f155..ed8ae0ac74 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.3 -_kpkgrel=2 +_kver=3.9.4 +_kpkgrel=0 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |