tealdeer: update to 1.7.0
This commit is contained in:
parent
be059429e6
commit
8abe9e3c0e
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'tealdeer'
|
||||
pkgname=tealdeer
|
||||
version=1.6.1
|
||||
revision=2
|
||||
version=1.7.0
|
||||
revision=1
|
||||
# uses rustls/ring
|
||||
archs="x86_64* aarch64* i686* armv[67]*"
|
||||
build_style=cargo
|
||||
short_desc="Very fast implementation of tldr in Rust"
|
||||
maintainer="Filip Rojek <filip@filiprojek.cz>"
|
||||
license="MIT, Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/dbrgn/tealdeer"
|
||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=d42db25a56a72faec173c86192656c5381281dc197171f385fccffd518930430
|
||||
checksum=940fe96a44571f395ac8349e5cba7ddb9231ce526bee07a9eb68f02c32f7da7b
|
||||
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue