Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/shfmt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'shfmt'
pkgname=shfmt
version=3.13.1
version=3.14.0
revision=1
build_style=go
go_import_path=mvdan.cc/sh/v3
Expand All @@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/mvdan/sh"
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
checksum=b31aad2d4c26b0c6e8ebe894d59022520bbebce33e082d7d29e4325eee35d308
checksum=f193c946e2882c4fa04935cd583f60e2cab60344209bd982a3a5933c4192aad8

post_install() {
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
Expand Down
Loading