diff --git a/Makefile b/Makefile index d1af4ee..bac4ca5 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ Package: k3s Version: ${VERSION}-${PVERSION} Architecture: $(ARCH) Maintainer: Johannes 'fish' Ziemke -Depends: iptables kmod-ipt-extra iptables-mod-extra kmod-br-netfilter ca-certificates +Depends: iptables iptables-mod-extra kmod-ipt-extra iptables-mod-extra kmod-br-netfilter ca-certificates Description: The Docker Engine packages for OpenWrt endef export CONTROL @@ -40,7 +40,7 @@ $(DIR)/data: $(FILES) mkdir -p "$@/usr/bin" cp -r files/* "$@" curl -sfLo "$@/usr/bin/k3s" \ - https://github.com/rancher/k3s/releases/download/v$(VERSION)/k3s${suffix} + https://github.com/k3s-io/k3s/releases/download/v$(VERSION)/k3s${suffix} chmod a+x "$@/usr/bin/k3s" $(DIR)/pkg/data.tar.gz: $(DIR)/data diff --git a/VERSIONS b/VERSIONS index 4eb9ddf..a5638ba 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,4 @@ +1.27.4+k3s1 1.24.2+k3s1 1.23.8+k3s1 1.22.11+k3s1