mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/st: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8fa4e964ea
commit
a9f7b20ff6
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for st
|
||||
|
||||
# Copyright 2011-2016, Nikolay Korotkiy <sikmir@gmail.com>
|
||||
# Copyright 2011-2018, Nikolay Korotkiy <sikmir@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=st
|
||||
VERSION=${VERSION:-0.7}
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="st"
|
||||
VERSION="0.7"
|
||||
VERSION="0.8.1"
|
||||
HOMEPAGE="https://st.suckless.org"
|
||||
DOWNLOAD="https://dl.suckless.org/st/st-0.7.tar.gz"
|
||||
MD5SUM="29b2a599cf1511c8062ed8f025c84c63"
|
||||
DOWNLOAD="https://dl.suckless.org/st/st-0.8.1.tar.gz"
|
||||
MD5SUM="92135aecdba29300bb2e274a55f5b71e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue