From 15fdb5fa166c1d41236c519821cad6e92fbb8e68 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 6 Oct 2022 16:48:23 +0100 Subject: [PATCH] snowflake: update to version 2.3.1 03b2b56f Fix broker race condition 36f03dfd Record proxy type for proxy relay stats Signed-off-by: Daniel Golle --- net/snowflake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/snowflake/Makefile b/net/snowflake/Makefile index 8471acb2e..5e9cadb34 100644 --- a/net/snowflake/Makefile +++ b/net/snowflake/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snowflake -PKG_VERSION:=2.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.1 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://git.torproject.org/pluggable-transports/snowflake.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=e323598c959ea336927bf8dc4a96b02e88de73cb8cf165221465ca2b76cd2c48 +PKG_MIRROR_HASH:=f83d48ebdbb3966856fdd1016a2ff4e57e63598182ad5e53ab5c31a7100ce6ee PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE