diff options
author | Bnyro <bnyro@tutanota.com> | 2024-11-04 08:23:32 +0000 |
---|---|---|
committer | tranzystorekk <tranzystorek.io@protonmail.com> | 2024-11-09 17:41:10 +0000 |
commit | 6ea744b042893d22e63b5859a2d484a1cfca0f3a (patch) | |
tree | 96c9ed21d0d6f2019eb960030674d803ce4811b3 | |
parent | da85c02e34998faa82a1053f0f080fa019afc3ec (diff) | |
download | void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar.gz void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar.bz2 void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar.lz void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar.xz void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.tar.zst void-packages-6ea744b042893d22e63b5859a2d484a1cfca0f3a.zip |
yamlfmt: update to 0.14.0.
-rw-r--r-- | srcpkgs/yamlfmt/template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/yamlfmt/template b/srcpkgs/yamlfmt/template index 03cfb535051..2dbdd33d66e 100644 --- a/srcpkgs/yamlfmt/template +++ b/srcpkgs/yamlfmt/template @@ -1,7 +1,7 @@ # Template file for 'yamlfmt' pkgname=yamlfmt -version=0.13.0 -revision=2 +version=0.14.0 +revision=1 build_style=go go_import_path="github.com/google/yamlfmt" go_package="github.com/google/yamlfmt/cmd/yamlfmt" @@ -10,4 +10,4 @@ maintainer="Bnyro <bnyro@tutanota.com>" license="Apache-2.0" homepage="https://github.com/google/yamlfmt" distfiles="https://github.com/google/yamlfmt/archive/refs/tags/v${version}.tar.gz" -checksum=79117ece08bd4175a88a1ec9fed703a10d1573750fe73c6e212d9c62b96e2369 +checksum=351fe18bd821fa3ce3cda48f4f2270bf0b39104ca5dec5d99bd6c84841eb9bcb |