diff options
author | Leah Neukirchen <leah@vuxu.org> | 2025-02-22 16:40:41 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2025-02-24 13:32:24 +0000 |
commit | 627deda54241e3f5e45a4141153ee1a892406b42 (patch) | |
tree | aec79dd3769f045ab49325077eb118d1e8ed73d1 | |
parent | b8571211d340041344aabeb8b10920d2110f5717 (diff) | |
download | void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar.gz void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar.bz2 void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar.lz void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar.xz void-packages-627deda54241e3f5e45a4141153ee1a892406b42.tar.zst void-packages-627deda54241e3f5e45a4141153ee1a892406b42.zip |
gucci: update to 1.7.0.
-rw-r--r-- | srcpkgs/gucci/template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template index 68f5c94b987..f2f4c2517ad 100644 --- a/srcpkgs/gucci/template +++ b/srcpkgs/gucci/template @@ -1,7 +1,7 @@ # Template file for 'gucci' pkgname=gucci -version=1.6.13 -revision=2 +version=1.7.0 +revision=1 build_style=go go_import_path="github.com/noqcks/gucci" go_ldflags="-X main.AppVersion=${version}" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>" license="MIT" homepage="https://github.com/noqcks/gucci" distfiles="https://github.com/noqcks/gucci/archive/refs/tags/v${version}.tar.gz" -checksum=f623b69aa572d8ed28378f71e1e49d51922d9d2c3dc996ca38227a8f165d18a8 +checksum=bf93b18d8f3935c0a024e38d11e716ff00c18340ba5c4621b0b6fd6563b57284 post_install() { vlicense LICENSE |