tabbed-git: update to 20140531

This commit is contained in:
Ypnose 2014-05-31 12:14:01 +02:00
parent 317c498bf9
commit 9cc2e9de38
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ static const char* normbgcolor = "#222222";
static const char* normfgcolor = "#cccccc";
static const char* selbgcolor = "#555555";
static const char* selfgcolor = "#ffffff";
static const char* urgbgcolor = "#111111";
static const char* urgfgcolor = "#cc0000";
static const char before[] = "<";
static const char after[] = ">";
static const int tabwidth = 200;

View File

@ -1,6 +1,6 @@
# Template file for 'tabbed-git'
pkgname=tabbed-git
version=20140317
version=20140531
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=-lX11"