From 06279f3c513becd4f9075e7c1e1bbc29ce1aa6c4 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 1 Jul 2023 18:39:03 +0200 Subject: [PATCH 1/2] rustypaste: update to 0.11.1 --- srcpkgs/rustypaste/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rustypaste/template b/srcpkgs/rustypaste/template index f04fb2e37d6a..b1d056dfd53a 100644 --- a/srcpkgs/rustypaste/template +++ b/srcpkgs/rustypaste/template @@ -1,6 +1,6 @@ # Template file for 'rustypaste' pkgname=rustypaste -version=0.10.0 +version=0.11.1 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=54e4235716ccece450b51ffbd7a42a21b730650d3b481901e95d91477819806b +checksum=5e6be43231b9dc1765390414c2d370717444be52f1ce4f23cf454c50bdfbb44d conf_files="/etc/rustypaste/config.toml" system_accounts="_rustypaste" From 30b74d00c43ae496930658067719af7fd8f74200 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 1 Jul 2023 18:39:23 +0200 Subject: [PATCH 2/2] rustypaste-cli: update to 0.5.0 --- srcpkgs/rustypaste-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rustypaste-cli/template b/srcpkgs/rustypaste-cli/template index 663a222a059f..a521dd887b08 100644 --- a/srcpkgs/rustypaste-cli/template +++ b/srcpkgs/rustypaste-cli/template @@ -1,6 +1,6 @@ # Template file for 'rustypaste-cli' pkgname=rustypaste-cli -version=0.4.0 +version=0.5.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=c534d047202dcae17255a816882ac6358f82735270843f0b7ae525cc15fc2e91 +checksum=6af63a98fdd852e4a930568d74b75442c48cea741410ef87efc7694910d94be2 post_install() { vlicense LICENSE