tiny: update to 0.9.0.
This commit is contained in:
parent
c0d894d1fd
commit
21b96f2e4b
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'tiny'
|
||||
pkgname=tiny
|
||||
version=0.8.0
|
||||
version=0.9.0
|
||||
revision=1
|
||||
build_wrksrc="tiny"
|
||||
build_wrksrc="crates/tiny"
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,9 +11,9 @@ short_desc="Tiny terminal IRC client"
|
|||
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/osa1/tiny"
|
||||
distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
|
||||
checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
vlicense ../../LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue