diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-02-04 11:23:32 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-02-04 11:25:20 +0100 |
commit | daac4275baea66938c7629fe45e9fddc0f25c2ab (patch) | |
tree | d38779b94c93ecbd17da81a86a5be2fccbcee76b /secfixes.lua | |
parent | f6ad505e40c5320e866cd061bd308f8534bd5098 (diff) | |
download | alpine-secdb-master.tar.bz2 alpine-secdb-master.tar.xz |
Diffstat (limited to 'secfixes.lua')
-rw-r--r-- | secfixes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secfixes.lua b/secfixes.lua index e767a30..fde70bb 100644 --- a/secfixes.lua +++ b/secfixes.lua @@ -77,6 +77,7 @@ archs = { ["v3.8"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, ["v3.9"] = { "x86_64", "x86", "armhf", "armv7", "aarch64", "ppc64le", "s390x" }, ["v3.10"] = { "x86_64", "x86", "armhf", "armv7", "aarch64", "ppc64le", "s390x" }, + ["v3.11"] = { "x86_64", "x86", "armhf", "armv7", "aarch64", "ppc64le", "s390x" }, } opts, args = require('optarg').from_opthelp(opthelp) |