mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-14 22:47:12 +00:00
libports: fix download location of fribidi
Apparently, fribidi.org is no more and just points to the GitHub project now.
This commit is contained in:
parent
f4aff87e25
commit
e8db9bda9a
@ -1 +1 @@
|
||||
796f0e1d7ad0da927443a80230914a8f84a4465a
|
||||
45cbe265ef530ce6147f0155989b9f00fbc14420
|
||||
|
@ -2,7 +2,7 @@ LICENSE := LGPL
|
||||
VERSION := 0.19.5
|
||||
DOWNLOADS := fribidi.archive
|
||||
|
||||
URL(fribidi) := http://fribidi.org/download/fribidi-$(VERSION).tar.bz2
|
||||
URL(fribidi) := https://download.videolan.org/pub/contrib/fribidi/fribidi-$(VERSION).tar.bz2
|
||||
SHA(fribidi) := 58445266df185f7e5109f356c0261d41db39182a
|
||||
DIR(fribidi) := src/lib/fribidi/contrib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user