system/ksh-openbsd: Updated for version 20190804.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16f504f229
commit
d96a668ebb
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2010-2018 LEVAI Daniel
|
||||
# Copyright (c) 2010-2019 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -28,7 +28,7 @@
|
|||
# Build script for the Linux port of OpenBSD's ksh
|
||||
|
||||
PRGNAM=ksh-openbsd
|
||||
VERSION=${VERSION:-20190127}
|
||||
VERSION=${VERSION:-20190804}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ksh-openbsd"
|
||||
VERSION="20190127"
|
||||
VERSION="20190804"
|
||||
HOMEPAGE="https://github.com/levaidaniel/ksh-openbsd"
|
||||
DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20190127.tar.gz"
|
||||
MD5SUM="a039295afd4e917c6a74901dacac6f28"
|
||||
DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20190804.tar.gz"
|
||||
MD5SUM="e9f4502ecfa0bc61618ecfd819d1b9f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libbsd"
|
||||
|
|
Loading…
Reference in New Issue