diff --git a/Makefile b/Makefile index 4eef916..fffced7 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: help MIRROR := cdn.kernel.org ifeq (,$(DISTFILES_MIRROR)) -SRC_BASEURL := https://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/;s/^4\..*/4.x/') +SRC_BASEURL := https://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/;s/^4\..*/4.x/;s/^5\..*/5.x/') else SRC_BASEURL := $(DISTFILES_MIRROR) endif diff --git a/version b/version index a70a326..a1ef0ca 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.20.16 +5.0.2