From 8b6d7e5d6859cd14acce526404c6ffaf35264520 Mon Sep 17 00:00:00 2001 From: Alexis Polti Date: Sun, 9 Feb 2020 23:37:39 +0100 Subject: [PATCH] Temp fix to ignore expired certificate of segger --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 60f2bdea2490..adaf3d2107d9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ install=$pkgname.install url="https://www.segger.com/jlink-software.html" conflicts=("j-link-software-and-documentation") replaces=("j-link-software-and-documentation") -DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed") +DLAGENTS=("https::/usr/bin/env curl --insecure -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed") options=(!strip) prepare() {