mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tiny: update to 0.11.0.
This commit is contained in:
parent
6a05911912
commit
03a5a46547
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tiny'
|
# Template file for 'tiny'
|
||||||
pkgname=tiny
|
pkgname=tiny
|
||||||
version=0.10.0
|
version=0.11.0
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="crates/tiny"
|
build_wrksrc="crates/tiny"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
|
configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
|
||||||
|
@ -11,12 +11,13 @@ short_desc="Tiny terminal IRC client"
|
||||||
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
|
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/osa1/tiny"
|
homepage="https://github.com/osa1/tiny"
|
||||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md"
|
||||||
checksum=7f4751b5e34057ba65e86f3819f2ae8288307a5a8e83e5fbb2733759c8100cb7
|
distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# fixes an indexmap error when cross compiling
|
# fixes an indexmap error when cross compiling
|
||||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
cargo update --package autocfg:1.1.0 --precise 1.1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue