Skip to content

Commit

Permalink
Update for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsotirov committed Jan 18, 2020
1 parent b735e0a commit 0a842fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SlackPack/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ use parent qw(Exporter);

# Change these to your preference
use constant SP_NAME => 'SlackPack';
use constant SP_VERSION => '0.4.6';
use constant SP_RELEASE_DATE => '$Date: 2018/05/19 15:59:59 $';
use constant SP_VERSION => '0.5.0';
use constant SP_RELEASE_DATE => '2020-01-18';
use constant SP_HOME_URL => 'https://sotirov-bg.net/slackpack';
use constant SP_AUTHOR => 'Georgi D. Sotirov';
use constant SP_AUTHOR_EMAIL => '[email protected]';
use constant SP_AUTHOR_URL => 'https://sotirov-bg.net/~gsotirov/';
use constant SP_COPYRIGHT => 'Copyright (c) 2005-2018 Georgi D. Sotirov';
use constant SP_COPYRIGHT => 'Copyright (c) 2005-2020 Georgi D. Sotirov';
use constant SP_LOCAL_ROOT => '/var/ftp/pub/contrib/slackware/packages/';
use constant SP_LIBPATH => dirname(dirname(__FILE__));
use constant SP_CONF => SP_LIBPATH . "/slackpack.pl.inc";
Expand Down

0 comments on commit 0a842fd

Please sign in to comment.