From 15121d222b4c059cf9deb827b31916b431fc1b2a Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 22 Oct 2025 02:48:47 +0200 Subject: [PATCH] bigclown-gateway: update to version 1.17.0 Release notes: https://github.com/hardwario/bch-gateway/releases/tag/v1.17.0 Signed-off-by: Josef Schlehofer --- utils/bigclown/bigclown-gateway/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/bigclown/bigclown-gateway/Makefile b/utils/bigclown/bigclown-gateway/Makefile index 6adc7c4142..a8ff654814 100644 --- a/utils/bigclown/bigclown-gateway/Makefile +++ b/utils/bigclown/bigclown-gateway/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-gateway -PKG_VERSION:=1.16.2 -PKG_RELEASE:=3 +PKG_VERSION:=1.17.0 +PKG_RELEASE:=1 PYPI_NAME:=bcg -PKG_HASH:=ce7f27f372551c0beb3f8929af2d779417d9dcd0feaa2fa2dc49e87b1416c536 +PKG_HASH:=38a423952160e8cd468157af4a1fecec9f9c903de3309da277164ac14a421c58 PKG_MAINTAINER:=Josef Schlehofer   PKG_LICENSE:=MIT -- 2.30.2