Skip to content

Commit

Permalink
linux-4.6.3: Use HTTPS to download archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jul 5, 2016
1 parent ec0a126 commit 5c008db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-4.6.3-91.bee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

echo $KERNELVERSION

SRCURL[0]="http://www.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz"
SRCURL[0]="https://www.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz"

# backported to stable # PATCHURL+=(/src/mariux/patches/linux-0001-NFS-Fix-attribute-cache-revalidation.patch)
PATCHURL+=(/src/mariux/patches/linux-0002-NFS-Ensure-we-revalidate-attributes-before-using-exe.patch)
Expand Down

0 comments on commit 5c008db

Please sign in to comment.