mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
taplo: update to 0.9.0
This commit is contained in:
parent
867ab56384
commit
e8c3775493
2 changed files with 7 additions and 6 deletions
|
@ -8,7 +8,7 @@ index 966ba1db30..7912352478 100644
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
difference = "2.0.0"
|
difference = "2.0.0"
|
||||||
-pprof = { version = "0.9.1", features = ["flamegraph", "criterion"] }
|
-pprof = { version = "0.9.1", features = ["flamegraph", "criterion"] }
|
||||||
+pprof = { version = "0.12.0", features = ["flamegraph", "criterion"] }
|
+pprof = { version = "0.13.0", features = ["flamegraph", "criterion"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'taplo'
|
# Template file for 'taplo'
|
||||||
pkgname=taplo
|
pkgname=taplo
|
||||||
version=0.8.1
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# no-default-features: allows selecting custom feature set
|
# no-default-features: allows selecting custom feature set
|
||||||
# lsp: builds TOML language server
|
# lsp: builds TOML language server
|
||||||
|
@ -14,11 +14,12 @@ short_desc="TOML toolkit written in Rust"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://taplo.tamasfe.dev/"
|
homepage="https://taplo.tamasfe.dev/"
|
||||||
distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
|
changelog="https://github.com/tamasfe/taplo/releases"
|
||||||
checksum=ec8dfdcfa33a6855803286413c0603140b21c06bc659ceab7e2ddc05baf1a8b3
|
distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-taplo-cli-${version}.tar.gz"
|
||||||
|
checksum=7d292f52c2d97d9e9c447a725d6d4e59096fce10e2f72ec6b80387034c20ba35
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
cargo update --package pprof@0.9.1 --precise 0.12.0
|
cargo update --package pprof@0.9.1 --precise 0.13.0
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue