fend: update to 1.4.9

Closes: #50903 [via git-merge-pr]
This commit is contained in:
Marcin Puc 2024-06-20 13:23:24 +02:00 committed by classabbyamp
parent 11a4fe463a
commit bd8f21a238
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'fend'
pkgname=fend
version=1.4.8
version=1.4.9
revision=1
build_style=cargo
make_install_args="--path cli"
@ -8,15 +8,16 @@ hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Arbitrary-precision unit-aware calculator"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
license="MIT"
homepage="https://printfn.github.io/fend/"
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
https://github.com/printfn/fend/releases/download/v${version}/fend.1"
checksum="5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58
c0c8f8d188b5baa6c355edb81b57e48f4bff16be47edbbba9287dfb5f45222d7"
skip_extraction="fend.1"
https://github.com/printfn/fend/releases/download/v${version}/fend.1>fend_man_${version}"
checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
skip_extraction="fend_man_${version}"
post_install() {
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
vlicense LICENSE.md
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
}