diff --git a/dash/PKGBUILD b/dash/PKGBUILD index f6974974..7fe03ed0 100644 --- a/dash/PKGBUILD +++ b/dash/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Pavlov 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}"