From 06a95469541f7a2ec0c87983cde868ae53f9d6ac Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 20 May 2025 22:12:33 +0200 Subject: [PATCH] ov: update to 0.41.0. --- srcpkgs/ov/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ov/template b/srcpkgs/ov/template index 8ed59dd216f..1032fa903b2 100644 --- a/srcpkgs/ov/template +++ b/srcpkgs/ov/template @@ -1,18 +1,18 @@ # Template file for 'ov' pkgname=ov -version=0.40.1 +version=0.41.0 revision=1 build_style=go build_helper=qemu go_import_path=github.com/noborus/ov -go_ldflags="-X main.Version=${version} -X main.Revision=none" +go_ldflags="-X main.Version=${version} -X 'main.Revision=Void Linux'" short_desc="Feature-rich terminal-based text viewer" maintainer="Bnyro " license="MIT" homepage="https://noborus.github.io/ov/" changelog="https://github.com/noborus/ov/releases" distfiles="https://github.com/noborus/ov/archive/refs/tags/v${version}.tar.gz" -checksum=fc582e832dd1b85c04ec0347454a56288d119a1eff76e2e7d63da34680b855a4 +checksum=5c3997c02770ff12e51abaabb60629869692653ae4ee5e5a015f3f28c070b48d post_install() { local ov="${DESTDIR}/usr/bin/ov"