fend: update to 1.4.4
This commit is contained in:
parent
7f7ad3ba33
commit
34f8c95f9f
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'fend'
|
# Template file for 'fend'
|
||||||
pkgname=fend
|
pkgname=fend
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path cli"
|
make_install_args="--path cli"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel"
|
||||||
short_desc="Arbitrary-precision unit-aware calculator"
|
short_desc="Arbitrary-precision unit-aware calculator"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -11,8 +13,8 @@ homepage="https://printfn.github.io/fend/"
|
||||||
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/printfn/fend/releases/download/v${version}/fend.1"
|
https://github.com/printfn/fend/releases/download/v${version}/fend.1"
|
||||||
checksum="6ff204f937bcdb58e29ed2f076efa82aa323e39ab615c4ce87b5358e2237edc2
|
checksum="2c8b05feaa06cfeb36ce7d854c0d79a9baca61db9ffd64c017528fd8b1594f61
|
||||||
6c7bfaea6d1c81ab1dfef92b368f7ca9368853433ec831338749c213a474b1ed"
|
a4003da96c3699d5d67eb694bc6dbe85082930fa1e401be49d11fea4f93b1ed4"
|
||||||
skip_extraction="fend.1"
|
skip_extraction="fend.1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue