From 85083f94e02882188a7f17a2ed3600031cffe779 Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Mon, 17 Jul 2023 20:17:38 +0200 Subject: [PATCH] tiny: update to 0.11.0. --- srcpkgs/tiny/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index 47690c51848a..b3b75ecddc0e 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -1,7 +1,7 @@ # Template file for 'tiny' pkgname=tiny -version=0.10.0 -revision=2 +version=0.11.0 +revision=1 build_wrksrc="crates/tiny" build_style=cargo configure_args="--no-default-features --features=desktop-notifications --features=tls-native" @@ -11,12 +11,13 @@ short_desc="Tiny terminal IRC client" maintainer="eoli3n " license="MIT" homepage="https://github.com/osa1/tiny" -distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" -checksum=7f4751b5e34057ba65e86f3819f2ae8288307a5a8e83e5fbb2733759c8100cb7 +changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md" +distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz" +checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440 pre_build() { # 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() {