mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tealdeer: update to 1.7.0
This commit is contained in:
parent
be059429e6
commit
8abe9e3c0e
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'tealdeer'
|
# Template file for 'tealdeer'
|
||||||
pkgname=tealdeer
|
pkgname=tealdeer
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=2
|
revision=1
|
||||||
# uses rustls/ring
|
# uses rustls/ring
|
||||||
archs="x86_64* aarch64* i686* armv[67]*"
|
archs="x86_64* aarch64* i686* armv[67]*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Very fast implementation of tldr in Rust"
|
short_desc="Very fast implementation of tldr in Rust"
|
||||||
maintainer="Filip Rojek <filip@filiprojek.cz>"
|
maintainer="Filip Rojek <filip@filiprojek.cz>"
|
||||||
license="MIT, Apache-2.0"
|
license="Apache-2.0 OR MIT"
|
||||||
homepage="https://github.com/dbrgn/tealdeer"
|
homepage="https://github.com/dbrgn/tealdeer"
|
||||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
|
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"
|
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue