From 3644c980f8d8048808463875cc58d3550bccc772 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 8 Mar 2018 13:09:55 +0100 Subject: [PATCH] fltk: Update version from 1.3.2 to 1.3.4_2 Update required for tigervnc FLTK release history: http://www.fltk.org/articles.php?L825 --- fltk.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fltk.be0 b/fltk.be0 index b93f4a27d..82f278a64 100755 --- a/fltk.be0 +++ b/fltk.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION fltk-1.3.2-0 +# BEE_VERSION fltk-1.3.4_2-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}-source.tar.gz" +SRCURL[0]="http://fltk.org/pub/fltk/${PKGVERSION}/fltk-${PKGVERSION}${PKGEXTRAVERSION_DASH}-source.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.