diff --git a/l/qtkeychain/qtkeychain-0.10.0.tar.gz.sha256 b/l/qtkeychain/qtkeychain-0.10.0.tar.gz.sha256 new file mode 100644 index 00000000..90478cf9 --- /dev/null +++ b/l/qtkeychain/qtkeychain-0.10.0.tar.gz.sha256 @@ -0,0 +1 @@ +5f916cd97843de550467db32d2e10f218b904af5b21cfdfcc7c6425d7dfc3ec2 qtkeychain-0.10.0.tar.gz diff --git a/l/qtkeychain/qtkeychain-0.9.1.tar.gz.sha256 b/l/qtkeychain/qtkeychain-0.9.1.tar.gz.sha256 deleted file mode 100644 index d011c8a3..00000000 --- a/l/qtkeychain/qtkeychain-0.9.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -9c2762d9d0759a65cdb80106d547db83c6e9fdea66f1973c6e9014f867c6f28e qtkeychain-0.9.1.tar.gz diff --git a/l/qtkeychain/qtkeychain.SlackBuild b/l/qtkeychain/qtkeychain.SlackBuild index 2480979b..3dbdb180 100755 --- a/l/qtkeychain/qtkeychain.SlackBuild +++ b/l/qtkeychain/qtkeychain.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2013,2016,2017,2019 Damien Goutte-Gattat +# Copyright (C) 2013,2016,2017,2019,2010 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -24,12 +24,10 @@ # # Latest qtkeychain sourcecode is available at: # . -# -# Depends: l/qt5 # Source package infos NAMESRC=${NAMESRC:-qtkeychain} -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.10.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-https://github.com/frankosterfeld/qtkeychain/archive/v$VERSION.tar.gz}