tabbed-git: update to 20140531
This commit is contained in:
parent
317c498bf9
commit
9cc2e9de38
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue