shfmt: update to 3.9.0

This commit is contained in:
Biswapriyo Nath 2024-08-21 07:24:36 +00:00
parent 90f620d909
commit c97847e7c5

View File

@ -3,7 +3,7 @@
_realname=shfmt
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.8.0
pkgver=3.9.0
pkgrel=1
pkgdesc='Format shell programs (mingw-w64)'
arch=('any')
@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go"
"${MINGW_PACKAGE_PREFIX}-scdoc")
options=('!strip')
source=("https://github.com/mvdan/sh/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d8f28156a6ebfd36b68f5682b34ec7824bf61c3f3a38be64ad22e2fc2620bf44')
sha256sums=('d8bd0b83cd41bb65420395d6efb7d2c4bfcd535fbf3d702325d150e5ee2d1809')
build() {
cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"