system/kvantum-qt5: Updated for version 1.0.1.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5d809b1d5
commit
885f90bb0d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Kvantum
|
||||
|
||||
# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=kvantum-qt5
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
SRCNAM=Kvantum
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kvantum-qt5"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="https://github.com/tsujan/Kvantum"
|
||||
DOWNLOAD="https://github.com/tsujan/Kvantum/releases/download/V1.0.0/Kvantum-1.0.0.tar.xz"
|
||||
MD5SUM="482e0ef8b56ec83a0ad2885bf4eb63bb"
|
||||
DOWNLOAD="https://github.com/tsujan/Kvantum/releases/download/V1.0.1/Kvantum-1.0.1.tar.xz"
|
||||
MD5SUM="94cd27cbe8ac9454fe0d35f0440125a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue