summaryrefslogtreecommitdiff
path: root/cross/xtensa-esp32-elf-gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/xtensa-esp32-elf-gcc/Makefile')
-rw-r--r--cross/xtensa-esp32-elf-gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/xtensa-esp32-elf-gcc/Makefile b/cross/xtensa-esp32-elf-gcc/Makefile
index 7339fc401d1..4fc11060001 100644
--- a/cross/xtensa-esp32-elf-gcc/Makefile
+++ b/cross/xtensa-esp32-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/08/31 18:06:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/24 19:49:28 wiz Exp $
# We could use the upstream GCC distfile, but Espressif has important vendor
# patches in their branch and it seems not worth the maintenance overhead to
@@ -9,7 +9,7 @@
#EXTRACT_SUFX= .tar.xz
DISTNAME= espressif-gcc-8.2.0
-PKGREVISION= 4
+PKGREVISION= 5
PKGNAME= ${DISTNAME:C/.*gcc/xtensa-esp32-elf-gcc/}
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GITHUB:=espressif/}