ksh: update to 1.0.0.

This commit is contained in:
Leah Neukirchen 2022-08-02 16:00:30 +02:00
parent 527d93bbfd
commit 4629476571
1 changed files with 4 additions and 4 deletions

View File

@ -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 <leah@vuxu.org>"
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"