dash: Update to 0.5.12

This commit is contained in:
Christoph Reiter 2023-01-24 20:08:05 +01:00
parent 53b9221bce
commit 9c110de945

View File

@ -1,8 +1,8 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=dash
pkgver=0.5.11.5
pkgrel=2
pkgver=0.5.12
pkgrel=1
pkgdesc="A POSIX compliant shell that aims to be as small as possible"
arch=('i686' 'x86_64')
url="http://gondor.apana.org.au/~herbert/dash/"
@ -11,7 +11,7 @@ depends=('grep' 'sed' 'filesystem')
makedepends=('autotools' 'gcc')
install=dash.install
source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd')
sha256sums=('6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"