Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/fend/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Template file for 'fend'
pkgname=fend
version=1.5.7
version=1.5.8
revision=1
build_style=cargo
configure_args="--no-default-features --features=native-tls"
make_install_args="--path cli"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
Expand All @@ -13,8 +14,8 @@ 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>fend_man_${version}"
checksum="864059155044a94d4b9d2e37c763f8c58b19afa5db3f8f9ed1064bdcc4732f4e
7902e777734d3ebc9efe3111b2f19beef682e654c1049f6a03514506f4354642"
checksum="2c53922b83b693c852581942ddcf8e02e1bcd691f30c00e8066cdd6ab2070b86
a754f3908bfc3226646711cffcfa584337674655823815e03be9955c80bf8559"
skip_extraction="fend_man_${version}"

post_install() {
Expand Down