diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-04 10:07:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-04 10:07:04 +0000 |
commit | 0c3fc60f30cd7026271003d90ab895cb9a704465 (patch) | |
tree | cb245da8fcd75c574763c1c712fe7c2a6d3bd5f5 /testing/wanpipe-grsec/APKBUILD | |
parent | 32a50ba5bd5823ae9824f263ee90423f1fb75d44 (diff) | |
download | aports-0c3fc60f30cd7026271003d90ab895cb9a704465.tar.bz2 aports-0c3fc60f30cd7026271003d90ab895cb9a704465.tar.xz |
main/wanpipe-grsec: rebuild against kernel 3.6.9-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 d36e87eea..f22996924 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.6.8 -_kpkgrel=1 +_kver=3.6.9 +_kpkgrel=0 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |