diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 19:14:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:57 +0700 |
commit | 272bd978798a0947c88ad65dfaee43a44df523c0 (patch) | |
tree | 31f245a736e71278298ad8ea9bb8402c969a0d19 | |
parent | 4db9589d4b78c10ea16675eb0b11df8fe75b592b (diff) |
system/pcmanfm-qt: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/pcmanfm-qt/pcmanfm-qt.SlackBuild | 2 | ||||
-rw-r--r-- | system/pcmanfm-qt/pcmanfm-qt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/pcmanfm-qt/pcmanfm-qt.SlackBuild b/system/pcmanfm-qt/pcmanfm-qt.SlackBuild index 46917fddb1ef..c846311ccc40 100644 --- a/system/pcmanfm-qt/pcmanfm-qt.SlackBuild +++ b/system/pcmanfm-qt/pcmanfm-qt.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pcmanfm-qt -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/pcmanfm-qt/pcmanfm-qt.info b/system/pcmanfm-qt/pcmanfm-qt.info index f89c9fc6d632..984715179984 100644 --- a/system/pcmanfm-qt/pcmanfm-qt.info +++ b/system/pcmanfm-qt/pcmanfm-qt.info @@ -1,8 +1,8 @@ PRGNAM="pcmanfm-qt" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="https://github.com/lxqt/pcmanfm-qt" -DOWNLOAD="https://github.com/lxqt/pcmanfm-qt/releases/download/1.1.0/pcmanfm-qt-1.1.0.tar.xz" -MD5SUM="694807032d67c020826ef00946d4586b" +DOWNLOAD="https://github.com/lxqt/pcmanfm-qt/releases/download/1.2.0/pcmanfm-qt-1.2.0.tar.xz" +MD5SUM="a22a2de86b9187d0343876ca349ad4d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfm-qt" |