tealdeer: update to 1.5.0
This commit is contained in:
parent
7473b430fc
commit
dac019d115
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'tealdeer'
|
||||
pkgname=tealdeer
|
||||
version=1.4.1
|
||||
revision=2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
# uses rustls/ring
|
||||
archs="x86_64* aarch64* i686* armv[67]*"
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
depends="openssl"
|
||||
short_desc="Very fast implementation of tldr in Rust"
|
||||
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT, Apache-2.0"
|
||||
homepage="https://github.com/dbrgn/tealdeer"
|
||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
||||
checksum=eaf42fe17be751985cbf46c170ef623fcbd36028c88c2e70823492a9335a4a8e
|
||||
checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
|
||||
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue