development/beautysh: Updated for version 3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ede0162b43
commit
469fe71133
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for beautysh
|
||||
|
||||
# Copyright 2018 Leonardo Citrolo, Italy
|
||||
# Copyright 2018-2019 Leonardo Citrolo, Italy
|
||||
# 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=beautysh
|
||||
VERSION=${VERSION:-3.11}
|
||||
VERSION=${VERSION:-3.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="beautysh"
|
||||
VERSION="3.11"
|
||||
VERSION="3.12"
|
||||
HOMEPAGE="https://github.com/bemeurer/beautysh"
|
||||
DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.11/beautysh-3.11.tar.gz"
|
||||
MD5SUM="70a62f5be3fd4b9e6bc35b2d420c833b"
|
||||
DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.12/beautysh-3.12.tar.gz"
|
||||
MD5SUM="45ddd9d9e045e0cc0cac4390ae5bdd65"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue