Skip to content

Commit

Permalink
Update to 6.8.1. From the changelog:
Browse files Browse the repository at this point in the history
- Fix build on musl-libc platforms (#49)
- Default CFLAGS of -g -O2 if user didn't specify any
- Fix a bug on Linux systems (#48)
- Add an OKSH_VERSION variable that gives the user the oksh version
  (KSH_VERSION and SH_VERSION are still their original values)
- Default to ST_MTIM when using --no-thanks
- Allow some code to be commented out when not compiling with curses
  • Loading branch information
schmonz committed Nov 29, 2020
1 parent d17e3ac commit b9ae3ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions shells/oksh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2020/10/26 10:21:47 schmonz Exp $
# $NetBSD: Makefile,v 1.7 2020/11/29 19:31:43 schmonz Exp $

DISTNAME= oksh-6.7.1
DISTNAME= oksh-6.8.1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/}
GITHUB_TAG= ${DISTNAME}
Expand Down
10 changes: 5 additions & 5 deletions shells/oksh/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2020/10/26 10:21:47 schmonz Exp $
$NetBSD: distinfo,v 1.5 2020/11/29 19:31:43 schmonz Exp $

SHA1 (oksh-6.7.1.tar.gz) = 0e1d0bc13baf6d7d090a019c3845edacf132bce4
RMD160 (oksh-6.7.1.tar.gz) = ca031c17205f2036c14c8de5c993e5beebece43c
SHA512 (oksh-6.7.1.tar.gz) = 0b756d24bca3a23cd6db5ec9a591f73335cb6801fde53d505169e1e47b3f27b5a661fa025184b89d9c43c4d462d5fed771e651cd6738dbd5e377353bb8199d52
Size (oksh-6.7.1.tar.gz) = 303231 bytes
SHA1 (oksh-6.8.1.tar.gz) = 8070e5b8ebd287f90a944641bf48a184b9aa6dd4
RMD160 (oksh-6.8.1.tar.gz) = edc34451f1040217ec3b9a39eb35c3edad41d5ae
SHA512 (oksh-6.8.1.tar.gz) = 8c008375e85daff9782eed9e1b594c02d95d1f991cefba2fc6fe45b23d0b0e7af5d5099b08770fc136adc2c7be95d4e4baf8c040c608acc4b294dc986c66e28c
Size (oksh-6.8.1.tar.gz) = 303702 bytes

0 comments on commit b9ae3ca

Please sign in to comment.