summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870ac4b9e23b..2b9a892a6f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shfmt-bin
pkgdesc = Format shell programs (pre-compiled static binary)
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/mvdan/sh
arch = x86_64
license = BSD
provides = shfmt
conflicts = shfmt
- source_x86_64 = https://github.com/mvdan/sh/releases/download/v2.5.0/shfmt_v2.5.0_linux_amd64
- source_x86_64 = https://raw.githubusercontent.com/mvdan/sh/v2.5.0/LICENSE
+ source_x86_64 = https://github.com/mvdan/sh/releases/download/v2.5.1/shfmt_v2.5.1_linux_amd64
+ source_x86_64 = https://raw.githubusercontent.com/mvdan/sh/v2.5.1/LICENSE
sha256sums_x86_64 = fce24cfa408362e6802f1cec9b2b9f92fb865eb8ae1233ee2874b5d0c66b2f91
sha256sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e7358f49e518..65d42ea4105e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shfmt-bin
_pkg=sh
_name=shfmt
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Format shell programs (pre-compiled static binary)"
url="https://github.com/mvdan/${_pkg}"
@@ -17,7 +17,7 @@ source_x86_64=(
"https://raw.githubusercontent.com/mvdan/sh/v${pkgver}/LICENSE"
)
sha256sums_x86_64=(
- 'fce24cfa408362e6802f1cec9b2b9f92fb865eb8ae1233ee2874b5d0c66b2f91'
+ '37fd1f66d7bf9c48130bbc50a3747750c6e3b202c404ca4a5941f81b9efd9b97'
'SKIP'
)