diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-04-23 13:07:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:23 +0700 |
commit | e5e9a7dc43b44d3f394fc0d02ea4ca2265c0a4ff (patch) | |
tree | a28ea2cb1db51f483993add9822dd52a330e3e54 /system/pcmanfm/pcmanfm.SlackBuild | |
parent | 7a9b41ac1b9c9ed969595851c18283ccbf25a3d6 (diff) |
system/pcmanfm: Updated for version 1.3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/pcmanfm/pcmanfm.SlackBuild')
-rw-r--r-- | system/pcmanfm/pcmanfm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/pcmanfm/pcmanfm.SlackBuild b/system/pcmanfm/pcmanfm.SlackBuild index 1e1e3022c8e0c..60612070e895b 100644 --- a/system/pcmanfm/pcmanfm.SlackBuild +++ b/system/pcmanfm/pcmanfm.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for PCMan File Manager (PCManFM) -# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy -# Copyright 2010 Chris Abela <chris.abela@maltats.com> # Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com> +# Copyright 2010 Chris Abela <chris.abela@maltats.com> +# Copyright 2011-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcmanfm -VERSION=${VERSION:-1.2.5} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |