bootstrap: move to 20.1

This commit is contained in:
Franco Fichtner 2020-01-21 13:43:13 +01:00
parent 0b07ff3641
commit b8b4dd15e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2015-2019 Franco Fichtner <franco@opnsense.org> # Copyright (c) 2015-2020 Franco Fichtner <franco@opnsense.org>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
@ -31,7 +31,7 @@ URL="https://github.com/opnsense/core/archive/stable"
WORKDIR="/tmp/opnsense-bootstrap" WORKDIR="/tmp/opnsense-bootstrap"
FLAVOUR="OpenSSL" FLAVOUR="OpenSSL"
TYPE="opnsense" TYPE="opnsense"
RELEASE="19.7" RELEASE="20.1"
DO_BARE= DO_BARE=
DO_INSECURE= DO_INSECURE=