diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-11 09:40:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-11 10:33:59 +0000 |
commit | 5635b2bd9233b6b86fcc0c271020bfe82d37895f (patch) | |
tree | 46f60f4ec922d7a2f81be87553cebc10c08f6fed /testing/sdfat/APKBUILD | |
parent | 89ac222fbbe7746f0f8cec5e09e3cd87d7cfbcdb (diff) | |
download | aports-5635b2bd9233b6b86fcc0c271020bfe82d37895f.tar.bz2 aports-5635b2bd9233b6b86fcc0c271020bfe82d37895f.tar.xz |
testing/sdfat: rebuild against kernel 4.19.83-r0
Diffstat (limited to 'testing/sdfat/APKBUILD')
-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 5f48b45846..f5f8e26867 100644 --- a/testing/sdfat/APKBUILD +++ b/testing/sdfat/APKBUILD @@ -8,7 +8,7 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.19.80 +_kver=4.19.83 _krel=0 _kpkgver="$_kver-r$_krel" |