diff options
Diffstat (limited to 'scripts/pkg-get.pl')
-rwxr-xr-x | scripts/pkg-get.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/pkg-get.pl b/scripts/pkg-get.pl index cb5ee10..090f117 100755 --- a/scripts/pkg-get.pl +++ b/scripts/pkg-get.pl @@ -1,7 +1,8 @@ #!/usr/bin/env perl # # pkg-get - A binary package management utility for CRUX Linux -# Copyright (C) 2004-06 Simone Rota <sip@varlock.com> +# Copyright (C) 2004-2006 Simone Rota <sip@varlock.com> +# Copyright (c) 2006-2013 by CRUX team (http://crux.nu) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,7 +13,7 @@ use warnings; use strict; use Getopt::Long; -my $VERSION = "0.4.5"; +my $VERSION = "0.4.6"; my $CFGFILE = "/etc/pkg-get.conf"; my $LOCKFILE = "/var/lib/pkg/pkg-get.locker"; my $PKGDB = "/var/lib/pkg/db" ; |