Skip to content

Commit

Permalink
Update to 7.3. From the changelog:
Browse files Browse the repository at this point in the history
- Add missing return types to configure checks (#71)
- Omit version in SMALL ksh builds
- Reformat some multiline markup
- Remove array reference from sh(1)
  • Loading branch information
schmonz committed Aug 24, 2023
1 parent 7755c3b commit 9852227
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions shells/oksh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2023/01/09 17:19:51 fcambus Exp $
# $NetBSD: Makefile,v 1.11 2023/08/24 15:46:18 schmonz Exp $

DISTNAME= oksh-7.2
DISTNAME= oksh-7.3
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/}
GITHUB_TAG= ${DISTNAME}
Expand All @@ -15,4 +15,6 @@ WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV}
GNU_CONFIGURE= yes
PKG_SHELL= ${PREFIX}/bin/oksh

# <https://www.perkin.org.uk/posts/solaris-portability-flock.html>

.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions shells/oksh/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2023/01/09 17:19:51 fcambus Exp $
$NetBSD: distinfo,v 1.11 2023/08/24 15:46:18 schmonz Exp $

BLAKE2s (oksh-7.2.tar.gz) = 573f12eebb58e42ef6923defd66ff9af841d6b1008c3658a06e13b8208d04948
SHA512 (oksh-7.2.tar.gz) = fcaade8de024786e0e4ae46c49bddfa907c426914796f95591e48e7cec8169a32824533ded5945280909c74d0791603138c544de878ebf954a71a2dda8898895
Size (oksh-7.2.tar.gz) = 308640 bytes
BLAKE2s (oksh-7.3.tar.gz) = 8d0ddb83953556ae99e7730ffa9cc7d62eca6c7043c4976ddb5e55c2ab49d5f6
SHA512 (oksh-7.3.tar.gz) = c7ff73ac9024d73cef387ceb9df76dda707ddd42a2cccb54f2c12bd688b79ac1e963a302f86c5180bffe642caae94a755b951f4b5da31fa479de1065916e848b
Size (oksh-7.3.tar.gz) = 308690 bytes

0 comments on commit 9852227

Please sign in to comment.