Skip to content

Commit

Permalink
colord: 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 Dec 13, 2017
1 parent f5cab44 commit 15efea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colord-0.1.19-0.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

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

PATCHURL[0]=""

Expand Down

0 comments on commit 15efea2

Please sign in to comment.