diff --git a/srcpkgs/ksh/template b/srcpkgs/ksh/template index 9d5815f17d4..08f583e9901 100644 --- a/srcpkgs/ksh/template +++ b/srcpkgs/ksh/template @@ -1,15 +1,15 @@ # Template file for 'ksh' pkgname=ksh reverts="2020.0.0_1" -version=1.0.0.beta.2 +version=1.0.0 revision=1 -wrksrc="ksh-${version/.beta/-beta}" +wrksrc="ksh-${version}" 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/.beta/-beta}.tar.gz" -checksum=d8678d23c3c9633a03e4fc895e604cdd0af2ff006d0268579b3a29beddfb8463 +distfiles="https://github.com/ksh93/ksh/archive/v${version}.tar.gz" +checksum=54f1fcfea77ec55a639e08f0fe66a1fc918c762f176cad917ee93b44f511e1ef nocross=yes register_shell="/bin/ksh"