From a464000b34919147bc96e6e33a4f5a3c88b9d37b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 2 Aug 2024 15:18:42 +0200 Subject: [PATCH] ksh: update to 1.0.10. --- srcpkgs/ksh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ksh/template b/srcpkgs/ksh/template index 97a13e5918b..f68e679c654 100644 --- a/srcpkgs/ksh/template +++ b/srcpkgs/ksh/template @@ -1,14 +1,14 @@ # Template file for 'ksh' pkgname=ksh reverts="2020.0.0_1" -version=1.0.9 +version=1.0.10 revision=1 short_desc="AT&T's Korn shell (community branch ksh93u+m)" maintainer="Leah Neukirchen " license="EPL-1.0" homepage="https://github.com/ksh93/ksh" distfiles="https://github.com/ksh93/ksh/archive/v${version}.tar.gz" -checksum=c58d618b551c594580541a0759e32ea6ddadd7b7a84f9f3ebea2ffb9a5d9d580 +checksum=9f4c7a9531cec6941d6a9fd7fb70a4aeda24ea32800f578fd4099083f98b4e8a nocross=yes register_shell="/bin/ksh"