mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bkt: update to 0.6.0
This commit is contained in:
parent
197da6dd55
commit
8c096abee1
1 changed files with 3 additions and 5 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'bkt'
|
# Template file for 'bkt'
|
||||||
pkgname=bkt
|
pkgname=bkt
|
||||||
version=0.5.4
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# disable flaky test: https://github.com/dimo414/bkt/issues/14
|
|
||||||
make_check_args=" -- --skip cli::discard_failures_in_background"
|
|
||||||
short_desc="Subprocess caching utility"
|
short_desc="Subprocess caching utility"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.bkt.rs/"
|
homepage="https://www.bkt.rs/"
|
||||||
changelog="https://github.com/dimo414/bkt/releases"
|
changelog="https://github.com/dimo414/bkt/releases"
|
||||||
distfiles="https://github.com/dimo414/bkt/archive/${version}.tar.gz"
|
distfiles="https://github.com/dimo414/bkt/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=172c413709dc81ced9dfa2750aaa398864e904d1ed213bd19e51d45d1ff0a8ff
|
checksum=59c8fe8b29101a47d928896468dce2f8fb3cee7598201d46011804a7bee7f6e2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue