From 7a1f402c64cec4a1b87927afb1a77eed8cd2de6b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 12 Dec 2019 15:47:21 +0100 Subject: [PATCH] texstudio: use local file in SRCURL - build stability --- texstudio.be0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/texstudio.be0 b/texstudio.be0 index b354e03c1..232e405df 100755 --- a/texstudio.be0 +++ b/texstudio.be0 @@ -1,8 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION texstudio-2.12.4-0 +# BEE_VERSION texstudio-2.12.4-1 -SRCURL[0]="https://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${PKGVERSION}/texstudio-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${PKGVERSION}/texstudio-${PKGVERSION}.tar.gz" + +SRCURL[0]="/src/mariux/beeroot/downloads/texstudio-${PKGVERSION}.tar.gz" # PATCHURL+=()