Skip to content

Commit 0a37423

Browse files
committed
fix git.sesse.net is gone
It has been down for at least a few weeks now.
1 parent c7cbec6 commit 0a37423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build-kdenlive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ function set_globals {
388388
REPOLOCS[5]="https://chromium.googlesource.com/webm/libvpx.git"
389389
REPOLOCS[6]="https://github.com/mltframework/swfdec.git"
390390
REPOLOCS[7]="https://ftp.osuosl.org/pub/blfs/conglomeration/lame/lame-3.99.5.tar.gz"
391-
REPOLOCS[8]="http://git.sesse.net/movit/"
391+
REPOLOCS[8]="https://github.com/ddennedy/movit.git"
392392
REPOLOCS[9]="https://github.com/anholt/libepoxy.git"
393393
REPOLOCS[10]="https://github.com/georgmartius/vid.stab.git"
394394
REPOLOCS[11]="https://bitbucket.org/eigen/eigen/get/3.2.4.tar.gz"

build/build-melt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function set_globals {
368368
REPOLOCS[5]="https://github.com/mltframework/swfdec.git"
369369
REPOLOCS[6]="https://ftp.osuosl.org/pub/blfs/conglomeration/lame/lame-3.99.5.tar.gz"
370370
REPOLOCS[7]="https://github.com/georgmartius/vid.stab.git"
371-
REPOLOCS[8]="https://git.sesse.net/movit/"
371+
REPOLOCS[8]="https://github.com/ddennedy/movit.git"
372372
REPOLOCS[9]="https://github.com/anholt/libepoxy.git"
373373
REPOLOCS[10]="https://gitlab.com/libeigen/eigen.git"
374374
REPOLOCS[11]="https://github.com/mltframework/webvfx.git"

0 commit comments

Comments
 (0)