From 74f59fe61d82ff6c21092c6766ff0ac1eb93669d Mon Sep 17 00:00:00 2001 From: Grady Link Date: Sun, 10 Aug 2025 10:17:20 -0700 Subject: [PATCH 1/2] feat(switch-curl): enable websockets --- switch/curl/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/switch/curl/PKGBUILD b/switch/curl/PKGBUILD index b5c67261..ad3d5056 100644 --- a/switch/curl/PKGBUILD +++ b/switch/curl/PKGBUILD @@ -34,6 +34,7 @@ build() { ./configure --prefix=$PORTLIBS_PREFIX --host=aarch64-none-elf \ --disable-shared --enable-static --disable-ipv6 --disable-unix-sockets \ --disable-manual --disable-ntlm-wb --disable-threaded-resolver \ + --enable-websockets \ --without-ssl --without-polar-ssl --without-cyassl --without-wolfssl \ --without-mbedtls \ --with-libnx \ From 280ee609bce8cf57fed9a5e468a4625b33ba3f20 Mon Sep 17 00:00:00 2001 From: Grady Link Date: Mon, 8 Sep 2025 20:26:08 -0700 Subject: [PATCH 2/2] chore: bump pkgrel --- switch/curl/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch/curl/PKGBUILD b/switch/curl/PKGBUILD index ad3d5056..d7eb5da9 100644 --- a/switch/curl/PKGBUILD +++ b/switch/curl/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: WinterMute pkgname=switch-curl pkgver=7.69.1 -pkgrel=5 +pkgrel=6 pkgdesc='An URL retrieval utility and library' arch=('any') url='http://www.zlib.net/'