diff --git a/LICENSE b/LICENSE index e575a2d..d4deb4b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2019 Franco Fichtner +Copyright (c) 2015-2020 Franco Fichtner Copyright (c) 2012-2014 Baptiste Daroussin Copyright (c) 2013 Bryan Drewery All rights reserved. diff --git a/update/opnsense-update.sh b/update/opnsense-update.sh index 445b8bb..5ccc677 100755 --- a/update/opnsense-update.sh +++ b/update/opnsense-update.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2015-2019 Franco Fichtner +# Copyright (c) 2015-2020 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -42,7 +42,7 @@ KERNELDIR="/boot/kernel" TEE="/usr/bin/tee -a" PRODUCT="OPNsense" PKG="pkg-static" -VERSION="19.7.7" +VERSION="20.1" ORIGIN="/usr/local/etc/pkg/repos/${PRODUCT}.conf" PENDINGDIR="${WORKPREFIX}/.sets.pending"