Skip to content

Commit

Permalink
Merge pull request #1417 from mariux64/update-fltk-to-1.3.5-and-fix-v…
Browse files Browse the repository at this point in the history
…ncviewer-startup

Update fltk to 1.3.5 and fix vncviewer startup
  • Loading branch information
thomas authored Oct 24, 2019
2 parents 41284fb + 86380e8 commit 32839ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fltk.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tigervnc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION tigervnc-1.9.0-1
# BEE_VERSION tigervnc-1.9.0-2

XORG_SERVER_VERSION=1.20.2
XORG_SERVER_NNN=120
Expand Down

0 comments on commit 32839ac

Please sign in to comment.