From 4bce5c59e4fa764bb2d78c0eb88914f4cec97a7e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 16 May 2018 15:24:51 +0200 Subject: [PATCH] fribidi: Use new source URL at GitHub (also moves to HTTPS) The project moved to GitHub and the old URL is invalid. --- fribidi.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fribidi.be0 b/fribidi.be0 index 422290f03..84ea6cd2f 100755 --- a/fribidi.be0 +++ b/fribidi.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://fribidi.org/download/fribidi-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/fribidi/fribidi/releases/download/v${PKGVERSION}/fribidi-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.