Skip to content

Commit

Permalink
pulseaudio: Securely download source archive
Browse files Browse the repository at this point in the history
Use HTTPS to securely download the source archive.
  • Loading branch information
pmenzel committed Feb 16, 2018
1 parent 842fef4 commit 8379661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulseaudio.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION pulseaudio-10.0-0

SRCURL[0]="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PKGVERSION}.tar.xz"
SRCURL[0]="https://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

Expand Down

0 comments on commit 8379661

Please sign in to comment.