diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-24 06:17:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-24 13:59:52 +0000 |
commit | b442ec729522b2967a1bf738c488533d73d621ec (patch) | |
tree | 96a746f19685c3d1b8df58c8616f55be5a3a692f /main/ipfw-grsec | |
parent | 2f9b2e2eda987290e2415b32decb07900e2e3423 (diff) | |
download | aports-b442ec729522b2967a1bf738c488533d73d621ec.tar.bz2 aports-b442ec729522b2967a1bf738c488533d73d621ec.tar.xz |
main/ipfw-grsec: rebuild against kernel 3.14.13-r0
Diffstat (limited to 'main/ipfw-grsec')
-rw-r--r-- | main/ipfw-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ipfw-grsec/APKBUILD b/main/ipfw-grsec/APKBUILD index 6e1561553d..f3f9ab356c 100644 --- a/main/ipfw-grsec/APKBUILD +++ b/main/ipfw-grsec/APKBUILD @@ -5,8 +5,8 @@ _kpkg=linux-$_flavor _realname=ipfw _name=$_realname-$_flavor -_kver=3.14.12 -_kpkgrel=1 +_kver=3.14.13 +_kpkgrel=0 _realver=20130607 _mypkgrel=0 |