diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group
index af9101e..76af6bd 100644
--- a/groups/211.native_packages_cmdline.group
+++ b/groups/211.native_packages_cmdline.group
@@ -173,9 +173,9 @@ the_silver_searcher toilet tree terminally_tetris ubase which zsh")";
 : ${PKG_SLOCCOUNT_URL:=https://www.dwheeler.com/sloccount/sloccount-${PKG_SLOCCOUNT_VERSION}.tar.gz};
 : ${PKG_SLOCCOUNT_IN_TREE:=1};
 : ${PKG_SLOCCOUNT_MAKEFLAGS_INSTALL_EXTRA:="PREFIX=${PREFIX_NATIVE}"};
-: ${PKG_TAR_SHA256SUM:=b59549594d91d84ee00c99cf2541a3330fed3a42c440503326dab767f2fbb96c};
-: ${PKG_TAR_VERSION:=1.32};
-: ${PKG_TAR_URL:=https://ftp.gnu.org/gnu/tar/tar-${PKG_TAR_VERSION}.tar.gz};
+: ${PKG_TAR_SHA256SUM:=66a8344b1dc83a411d311bd1547e0176e56cc311f28ee94a30f84dafb3d9067e};
+: ${PKG_TAR_VERSION:=1.33};
+: ${PKG_TAR_URL:=https://ftp.gnu.org/gnu/tar/tar-${PKG_TAR_VERSION}.tar.xz};
 : ${PKG_TCSH_DEPENDS:="ncurses"};
 : ${PKG_TCSH_SHA256SUM:=69fef68006ba219d1c156ea810e9781c416d2e9a1d2f1a6f91e44a529ec97dfe};
 : ${PKG_TCSH_VERSION:=6.22.00};
diff --git a/patches/tar-1.32.local.patch b/patches/tar-1.32.local.patch
deleted file mode 100644
index 557fbce..0000000
--- a/patches/tar-1.32.local.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru tar-1.32.orig/src/extract.c tar-1.32/src/extract.c
---- tar-1.32.orig/src/extract.c	2019-01-13 20:44:05.000000000 +0100
-+++ tar-1.32/src/extract.c	2020-01-04 17:16:01.308739492 +0100
-@@ -1466,7 +1466,7 @@
- }
- #endif
- 
--#if HAVE_MKFIFO || defined mkfifo
-+#if 0
- static int
- extract_fifo (char *file_name, int typeflag)
- {
-@@ -1574,7 +1574,7 @@
-       break;
- #endif
- 
--#if HAVE_MKFIFO || defined mkfifo
-+#if 0
-     case FIFOTYPE:
-       *fun = extract_fifo;
-       break;
diff --git a/patches/tar-1.33.local.patch b/patches/tar-1.33.local.patch
new file mode 100644
index 0000000..557fbce
--- /dev/null
+++ b/patches/tar-1.33.local.patch
@@ -0,0 +1,21 @@
+diff -ru tar-1.32.orig/src/extract.c tar-1.32/src/extract.c
+--- tar-1.32.orig/src/extract.c	2019-01-13 20:44:05.000000000 +0100
++++ tar-1.32/src/extract.c	2020-01-04 17:16:01.308739492 +0100
+@@ -1466,7 +1466,7 @@
+ }
+ #endif
+ 
+-#if HAVE_MKFIFO || defined mkfifo
++#if 0
+ static int
+ extract_fifo (char *file_name, int typeflag)
+ {
+@@ -1574,7 +1574,7 @@
+       break;
+ #endif
+ 
+-#if HAVE_MKFIFO || defined mkfifo
++#if 0
+     case FIFOTYPE:
+       *fun = extract_fifo;
+       break;
diff --git a/patches/tar_minipix-1.32.local.patch b/patches/tar_minipix-1.32.local.patch
deleted file mode 120000
index efd0eb7..0000000
--- a/patches/tar_minipix-1.32.local.patch
+++ /dev/null
@@ -1 +0,0 @@
-tar-1.32.local.patch
\ No newline at end of file
diff --git a/patches/tar_minipix-1.33.local.patch b/patches/tar_minipix-1.33.local.patch
new file mode 120000
index 0000000..b04c672
--- /dev/null
+++ b/patches/tar_minipix-1.33.local.patch
@@ -0,0 +1 @@
+tar-1.33.local.patch
\ No newline at end of file