From 53480700caa0554433875e35e0ff778057b6afea Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Wed, 24 May 2023 22:34:20 +0200 Subject: [PATCH 1/2] rustypaste: update to 0.10.0. --- srcpkgs/rustypaste/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rustypaste/template b/srcpkgs/rustypaste/template index 52eae3caaf96..f04fb2e37d6a 100644 --- a/srcpkgs/rustypaste/template +++ b/srcpkgs/rustypaste/template @@ -1,6 +1,6 @@ # Template file for 'rustypaste' pkgname=rustypaste -version=0.9.0 +version=0.10.0 revision=1 build_style=cargo make_check_args="-- --test-threads 1" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/orhun/rustypaste" changelog="https://raw.githubusercontent.com/orhun/rustypaste/master/CHANGELOG.md" distfiles="https://github.com/orhun/rustypaste/archive/refs/tags/v${version}.tar.gz" -checksum=16197a881ae0f1fd32d90956b656d82429a1bb111c918837487eef943a14fd76 +checksum=54e4235716ccece450b51ffbd7a42a21b730650d3b481901e95d91477819806b conf_files="/etc/rustypaste/config.toml" system_accounts="_rustypaste" From 21cd6ff2d35429e37302ca00fdb1704232d70fca Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Wed, 31 May 2023 09:56:55 +0200 Subject: [PATCH 2/2] rustypaste-cli: update to 0.4.0. --- srcpkgs/rustypaste-cli/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rustypaste-cli/template b/srcpkgs/rustypaste-cli/template index 1b1f53295fbd..663a222a059f 100644 --- a/srcpkgs/rustypaste-cli/template +++ b/srcpkgs/rustypaste-cli/template @@ -1,6 +1,6 @@ -# Template file for 'rustypaste-cli' +# Template file for 'rustypaste-cli' pkgname=rustypaste-cli -version=0.3.0 +version=0.4.0 revision=1 build_style=cargo short_desc="CLI tool for rustypaste" @@ -9,7 +9,7 @@ license="MIT" homepage="https://github.com/orhun/rustypaste-cli" changelog="https://raw.githubusercontent.com/orhun/rustypaste-cli/master/CHANGELOG.md" distfiles="https://github.com/orhun/rustypaste-cli/archive/refs/tags/v${version}.tar.gz" -checksum=691fd3ddcf2c7c9c17728a304bd4299a35812940902b8b31059902abb49b037e +checksum=c534d047202dcae17255a816882ac6358f82735270843f0b7ae525cc15fc2e91 post_install() { vlicense LICENSE