Skip to content

Commit

Permalink
libassuan: Securely download source archive over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 9, 2019
1 parent bb9fc8a commit f231ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libassuan-2.0.1-0.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.0.1.tar.bz2"
SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.0.1.tar.bz2"

PATCHURL[0]=""

Expand Down

0 comments on commit f231ed3

Please sign in to comment.