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