mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
ov: update to 0.41.0.
This commit is contained in:
parent
857274ff79
commit
06a9546954
1 changed files with 3 additions and 3 deletions
|
@ -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 <bnyro@tutanota.com>"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue