From 609af2d9a854689b669ae0ac18a6e6b801f3f5d4 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 24 Oct 2019 17:09:37 +0200 Subject: [PATCH] fltk: use recent fltk and adjust url This builds a static libfltk as before, but refers to new (shared) libs in the system. --- fltk.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fltk.be0 b/fltk.be0 index 82f278a64..9ee2aa5cf 100755 --- a/fltk.be0 +++ b/fltk.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION fltk-1.3.4_2-0 +# BEE_VERSION fltk-1.3.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -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://fltk.org/pub/fltk/${PKGVERSION}/fltk-${PKGVERSION}${PKGEXTRAVERSION_DASH}-source.tar.gz" +SRCURL[0]="https://fltk.org/pub/fltk/${PKGVERSION}/fltk-${PKGVERSION}-source.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.