diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-07 14:34:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-07 14:34:04 +0000 |
commit | 9309428c53a3cd910aefee076a13a11545ecbeec (patch) | |
tree | 792f294116f5438d9e0aab18b54f2b739a4ecf43 /main/ipfw-grsec | |
parent | 8aabdf4a748f425fedb9fe27b9ea747549d99963 (diff) | |
download | aports-9309428c53a3cd910aefee076a13a11545ecbeec.tar.bz2 aports-9309428c53a3cd910aefee076a13a11545ecbeec.tar.xz |
main/ipfw-grsec: rebuild against kernel 3.18.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 7d66992e37..0e74ab5a17 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.18.12 -_kpkgrel=1 +_kver=3.18.13 +_kpkgrel=0 _realver=20130607 _mypkgrel=0 |