diff --git a/bat/.signature b/bat/.signature index adc47b187..628df9e4d 100644 --- a/bat/.signature +++ b/bat/.signature @@ -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 diff --git a/bat/Pkgfile b/bat/Pkgfile index 657bf51df..adfddaac7 100644 --- a/bat/Pkgfile +++ b/bat/Pkgfile @@ -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"