bat: 0.16.0 -> 0.17.0

This commit is contained in:
Tim Biermann 2020-11-23 15:11:52 +00:00
parent 130eac7a4d
commit 8682aa0de4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36Y4jz+ED/8MYxbKjHxOtl6UN0Xjr0k97nzHOxj6s52UmrThneC6AEqpLWXXH3bQTw+3iPwp9DjXDo/NLIdFZw0=
SHA256 (Pkgfile) = 63e40f33d77763288d2df047a58328fe0cb07035f6b50c229ef746f5658a96a4
RWSagIOpLGJF38+8w8H58Q2Zp9Wh515jYldMEoPpV+Rr44u4rqfMqZRipm9z8Q4D7Yk4NtdJLOtMBLCCAZHVzA+hBYwjJQCYBQE=
SHA256 (Pkgfile) = b533158eb43f45ca0f2c59117208af4ba7cc025939fbeb2e2cea307d12a2f256
SHA256 (.footprint) = 7d7c597044f485aecf5b2c12f56d294b1f8a66f7e2515693ad3b29aba8628209
SHA256 (bat-0.16.0.tar.gz) = 4db85abfaba94a5ff601d51b4da8759058c679a25b5ec6b45c4b2d85034a5ad3
SHA256 (bat-0.17.0.tar.gz) = a2848389c8e213f63856ce7c664a4c069e3f28438e770ff9b93df272f61cde6b

View File

@ -4,12 +4,13 @@
# Depends on: rust
name=bat
version=0.16.0
version=0.17.0
release=1
source=(https://github.com/sharkdp/bat/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"