-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|