From 40b8910df1745dd1397fde74627a84b19ee19641 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 23 Jan 2018 09:15:26 +0100 Subject: [PATCH] gedit: Update download url --- gedit.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gedit.be0 b/gedit.be0 index 2e1d5647e..97b74cde2 100755 --- a/gedit.be0 +++ b/gedit.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://ftp.acc.umu.se/pub/GNOME/sources/gedit/${PKGVERSION[2]}/gedit-${PKGVERSION}.tar.xz" +SRCURL[0]="https://download.gnome.org/sources/gedit/${PKGVERSION[2]}/gedit-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.