mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/ksh-openbsd: Updated for version 20180115.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
574bf5c950
commit
992a92898b
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue