aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shfmt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/shfmt/APKBUILD')
-rw-r--r--testing/shfmt/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/shfmt/APKBUILD b/testing/shfmt/APKBUILD
index 08d7fc2670a..2c2753abbb2 100644
--- a/testing/shfmt/APKBUILD
+++ b/testing/shfmt/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname=shfmt
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=0
pkgdesc="A shell parser, formatter, and interpreter (sh/bash/mksh)"
url="https://mvdan.cc/sh"
@@ -20,8 +20,7 @@ build() {
}
package() {
- install -Dm755 -t "$pkgdir"/usr/bin \
- "$builddir"/shfmt
+ install -Dm755 shfmt "$pkgdir"/usr/bin/shfmt
}
-sha512sums="1f513b4629a472a08c4dbc5d788b4cd619197e27a5814de0ac8863629ed5598a715b7106a59fda2c64725c4f896a2c0889c1522b92324d0c1cfc80596d237fd4 shfmt-3.0.2.tar.gz"
+sha512sums="ff6aed85f8b6959ea34a5029a584f5f1083ca9e09eca4c571a10dda05a65109a2307fd80564a1ddf28fee4dddd668986c407dfbed4fa361f8325399c2a3ae917 shfmt-3.1.0.tar.gz"