Skip to content

Commit

Permalink
qt5: 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 17, 2018
1 parent a918c08 commit d07f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt5-5.4.1-0.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

SRCURL=(http://download.qt.io/official_releases/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-opensource-src-${PKGVERSION}.tar.gz)
SRCURL=(https://download.qt.io/official_releases/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-opensource-src-${PKGVERSION}.tar.gz)

PATCHURL[0]="https://bugreports.qt.io/secure/attachment/46929/qtwebkit.diff"

Expand Down

0 comments on commit d07f832

Please sign in to comment.