tiny: update to 0.9.0.
This commit is contained in:
parent
c0d894d1fd
commit
21b96f2e4b
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'tiny'
|
# Template file for 'tiny'
|
||||||
pkgname=tiny
|
pkgname=tiny
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="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"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,9 +11,9 @@ 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="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
|
checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense ../../LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue