mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Temp fix to ignore expired certificate of segger
This commit is contained in:
parent
2dcfc83e60
commit
8b6d7e5d68
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue