diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | scripts/pkg-get.pl | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ ChangeLog for pkg-get +0.4.5 - Added --all switch for diff command (also lists + locked packages) + 0.4.4 - Fixed: pkg-repgen produces well-formed entries for packages not available in the port tree - Added root option for install / update command @@ -1,5 +1,5 @@ NAME=pkg-get -VERSION="0.4.4" +VERSION="0.4.5" PREFIX=/usr CFGDIR=/etc diff --git a/scripts/pkg-get.pl b/scripts/pkg-get.pl index 5ab5796..382828a 100755 --- a/scripts/pkg-get.pl +++ b/scripts/pkg-get.pl @@ -12,7 +12,7 @@ use warnings; use strict; use Getopt::Long; -my $VERSION = "0.4.4"; +my $VERSION = "0.4.5"; my $CFGFILE = "/etc/pkg-get.conf"; my $LOCKFILE = "/var/lib/pkg/pkg-get.locker"; my $PKGDB = "/var/lib/pkg/db" ; |