system/ksh-openbsd: Updated for version 20180115.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2018-01-17 07:44:51 +07:00 committed by Willy Sudiarto Raharjo
parent 574bf5c950
commit 992a92898b
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2010-2017 LEVAI Daniel
# Copyright (c) 2010-2018 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:-20171122}
VERSION=${VERSION:-20180115}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ksh-openbsd"
VERSION="20171122"
VERSION="20180115"
HOMEPAGE="https://github.com/levaidaniel/ksh-openbsd"
DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20171122.tar.gz"
MD5SUM="0c4b5428495f39e79f446ed4801d21f4"
DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20180115.tar.gz"
MD5SUM="738aaeaed76fa05feaa8900040fd16b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libbsd"