From ab8be6e636b6f4165f64c8dbf5b2e8f108faed5e 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: orphan --- 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..afa65064ca00 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="Orphaned " license="MIT" homepage="https://gotify.net" distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz" From db4444d2f2d219815aa5adeadb8e394b25bb25bc 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, orphan. --- 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..67a0624d60e9 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="Orphaned " 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 095a80ef91e9a3faabf84c83967634b290ef291e 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"