system/ksh-openbsd: Updated for version 20190804.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2019-08-10 00:46:28 +07:00 committed by Willy Sudiarto Raharjo
parent 16f504f229
commit d96a668ebb
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"