From 7be5f6f9664f978853c85edc7d14f532f2d25732 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 10 Jan 2023 13:03:38 -0500 Subject: [PATCH 1/3] gotify-cli: change maintainer --- srcpkgs/gotify-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template index 32f104f320c2..5d0beff56d3f 100644 --- a/srcpkgs/gotify-cli/template +++ b/srcpkgs/gotify-cli/template @@ -7,7 +7,7 @@ go_import_path="github.com/gotify/cli/v2" go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod" short_desc="Command line interface for pushing messages to a Gotify server" -maintainer="Joel Beckmeyer " +maintainer="Michal Vasilek " license="MIT" homepage="https://gotify.net" distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz" From c079a469a6fcf79b382a1399a626677d51df3e04 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 10 Jan 2023 13:03:35 -0500 Subject: [PATCH 2/3] gotify-server: update to 2.2.3, change maintainer --- srcpkgs/gotify-server/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template index 4bc4d5cf87ec..34436f332e53 100644 --- a/srcpkgs/gotify-server/template +++ b/srcpkgs/gotify-server/template @@ -1,6 +1,6 @@ # Template file for 'gotify-server' pkgname=gotify-server -version=2.2.2 +version=2.2.3 revision=1 build_style=go go_import_path="github.com/gotify/server/v2" @@ -8,11 +8,11 @@ go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod" hostmakedepends="yarn packr2" short_desc="Simple server for sending and receiving messages" -maintainer="Joel Beckmeyer " +maintainer="Michal Vasilek " license="MIT" homepage="https://gotify.net" distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz" -checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff +checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94 conf_files="/etc/gotify/config.yml" system_accounts="_gotify" From c4304ecb543a8189dfad757623833335f98a8b57 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 10 Jan 2023 13:15:17 -0500 Subject: [PATCH 3/3] up_rewrite: orphan --- srcpkgs/up_rewrite/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/up_rewrite/template b/srcpkgs/up_rewrite/template index 524bbd9307e7..72886e5f54ce 100644 --- a/srcpkgs/up_rewrite/template +++ b/srcpkgs/up_rewrite/template @@ -6,7 +6,7 @@ build_style=go go_import_path="github.com/karmanyaahm/up_rewrite" go_ldflags="-X $go_import_path/config.Version=$version" short_desc="Rewrite Proxy for UnifiedPush written in Go" -maintainer="Joel Beckmeyer " +maintainer="Orphaned " license="MIT" homepage="https://unifiedpush.org" distfiles="https://github.com/UnifiedPush/common-proxies/archive/v${version}.tar.gz"