update to 12.3: bash
This commit is contained in:
parent
ed468a860d
commit
b9928fc5bf
@ -1,13 +1,13 @@
|
||||
pkgname=bash
|
||||
_basever=5.2
|
||||
_patchlevel=32
|
||||
_patchlevel=37
|
||||
pkgver=${_basever}.${_patchlevel}
|
||||
pkgdesc='The GNU Bourne Again shell'
|
||||
license=('GPL-3.0-or-later')
|
||||
url='https://www.gnu.org/software/bash'
|
||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
||||
md5sums=("f204835b2e06c06e37b5ad776ff907f4")
|
||||
md5sums=("9c28f21ff65de72ca329c1779684a972")
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
Loading…
x
Reference in New Issue
Block a user