diff options
author | Michał Polański <michal@polanski.me> | 2020-04-14 23:50:19 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-15 01:44:16 +0000 |
commit | 52a8a0c26cf725610069a1cca729f39986a17574 (patch) | |
tree | 8df43a0fe8580420028fdeaab2580fad6b8fb7c8 | |
parent | 7b8ed532f2772f8169632e6cedf9dc20235f6bce (diff) | |
download | aports-52a8a0c26cf725610069a1cca729f39986a17574.tar.gz aports-52a8a0c26cf725610069a1cca729f39986a17574.tar.bz2 aports-52a8a0c26cf725610069a1cca729f39986a17574.tar.xz |
testing/shfmt: upgrade to 3.1.0
-rw-r--r-- | testing/shfmt/APKBUILD | 7 |
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" |