diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 08:36:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 08:57:20 +0000 |
commit | 76ca83934307816235bf2b63840bec17a8203add (patch) | |
tree | 7fb76e6868e478cf6b0d851553ef861768eb774e /testing/sdfat | |
parent | 1df2b549cdbcfe6476b89eb7c6ce9c1e270e31e8 (diff) | |
download | aports-76ca83934307816235bf2b63840bec17a8203add.tar.bz2 aports-76ca83934307816235bf2b63840bec17a8203add.tar.xz |
testing/sdfat: rebuild against kernel 4.19.86-r0
Diffstat (limited to 'testing/sdfat')
-rw-r--r-- | testing/sdfat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sdfat/APKBUILD b/testing/sdfat/APKBUILD index 4384cb9d35..0a573752f6 100644 --- a/testing/sdfat/APKBUILD +++ b/testing/sdfat/APKBUILD @@ -8,7 +8,7 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.19.85 +_kver=4.19.86 _krel=0 _kpkgver="$_kver-r$_krel" |