taplo: update to 0.9.1

This commit is contained in:
cinerea0 2024-03-27 11:20:11 -04:00 committed by cinerea0
parent 4df3a6954a
commit 26a47172e9
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'taplo'
pkgname=taplo
version=0.9.0
version=0.9.1
revision=1
build_style=cargo
# no-default-features: allows selecting custom feature set
@ -14,9 +14,9 @@ short_desc="TOML toolkit written in Rust"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://taplo.tamasfe.dev/"
changelog="https://github.com/tamasfe/taplo/releases"
changelog="https://raw.githubusercontent.com/tamasfe/taplo/master/crates/taplo-cli/CHANGELOG.md"
distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-taplo-cli-${version}.tar.gz"
checksum=7d292f52c2d97d9e9c447a725d6d4e59096fce10e2f72ec6b80387034c20ba35
checksum=6b00333260bd593f7eb2046c9d5f0fac48b5e673e9b064b23eccf240a86b33f7
post_patch() {
cargo update --package pprof@0.9.1 --precise 0.13.0

1
srcpkgs/taplo/update Normal file
View File

@ -0,0 +1 @@
pattern="release-taplo-cli-\K[\d.]+(?=\.tar\.gz)"