kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / curl-rustls


Commits:
430d2174 by kpcyrd at 2024-10-16T18:02:52+02:00
upgpkg: 8.10.1-2 - enable websocket support

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = curl-rustls
        pkgdesc = command line tool and library for transferring data with URLs 
(with rustls)
        pkgver = 8.10.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://curl.se/
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 pkgname=curl-rustls
 pkgver=8.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='command line tool and library for transferring data with URLs (with 
rustls)'
 arch=('x86_64')
 url='https://curl.se/'
@@ -68,6 +68,7 @@ build() {
     --disable-manual
     --enable-ipv6
     --enable-threaded-resolver
+    --enable-websockets
     --with-gssapi
     --with-random='/dev/urandom'
     --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/430d217453009908d7d11cc80574be59faa3160c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/430d217453009908d7d11cc80574be59faa3160c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to