diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-03 12:44:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-03 12:44:24 +0200 |
commit | 21978bce030581756d2eac0abf45235ac03a6baa (patch) | |
tree | fd5de47e7544c117c576a130cb874972992e2fe4 | |
parent | 1f59f2f7eaefc001b8c30eff12a8c52b94c9b113 (diff) |
don't depen on a version with secbugs
-rw-r--r-- | skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 53217343..8d1fb153 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -2,7 +2,7 @@ VERSION = 0.6.0 # oldest supported one -BITLBEE_VERSION = 1.2.1 +BITLBEE_VERSION = 1.2.2 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') |