diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-12-19 16:16:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-19 22:41:38 +0700 |
commit | 348715087257afc1290e27f275ebb90e37f34f0e (patch) | |
tree | 90ef151e096060d317caf99a3a46b77f85ad4522 /system | |
parent | 64fa6c8286410e27303b8428a9135ab827b95061 (diff) | |
download | slackbuilds-348715087257afc1290e27f275ebb90e37f34f0e.tar.gz |
system/slpkg: Updated for version 2.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/doinst.sh | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index c06beaa646..f64c9d0d21 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -10,7 +10,7 @@ config() { CONFIGS="slpkg.conf blacklist slackware-mirrors" for file in $CONFIGS; do - config /etc/slpkg/${file}.new + config etc/slpkg/${file}.new done if [ -x /usr/bin/update-desktop-database ]; then diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index f7ec93e682..0ad4010f2a 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-2.1.3} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 3a36cda580..7524bd8795 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.1.3" +VERSION="2.1.4" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.1.3.tar.gz" -MD5SUM="066465718da974e8a4b556ff3db4cd97" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.1.4.tar.gz" +MD5SUM="6db674733a7c006b6fe8c867c29def5b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |