Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5.
@ 2022-07-28 19:42 TinfoilSubmarine
  2022-07-29  6:51 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2022-07-28 19:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/gotify
https://github.com/void-linux/void-packages/pull/38345

gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38345.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/gotify-38345.patch --]
[-- Type: text/x-diff, Size: 2085 bytes --]

From 6cee1109df65553c22b5c48d587b2de658c980e2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 28 Jul 2022 15:37:29 -0400
Subject: [PATCH 1/2] gotify-cli: update to 2.2.2.

---
 srcpkgs/gotify-cli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index 50754553ec46..91fea40fca9d 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'gotify-cli'
 pkgname=gotify-cli
-version=2.2.1
+version=2.2.2
 revision=1
 wrksrc="cli-$version"
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"
-checksum=9013f4afdcc717932e71ab217e09daf4c48e153b23454f5e732ad0f74a8c8979
+checksum=d44d0058a87684db8c61a9952a84327f7bab102d6a4a16547f7be18b9a9c052c
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/cli ${DESTDIR}/usr/bin/gotify-cli

From 078a187f62f9e0ec34a2fd9e26dea5065ffb8f23 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 28 Jul 2022 15:37:32 -0400
Subject: [PATCH 2/2] gotify-server: update to 2.1.5.

---
 srcpkgs/gotify-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 9a0dad5ea6e9..e306deef9220 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.1.4
+version=2.1.5
 revision=1
 wrksrc="server-$version"
 build_style=go
@@ -15,7 +15,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=141e16147dadc34264c4ec9fb1e28df229148d87fa73deaad3ac5b2ecbb0dfb3
+checksum=ca5724a7782fbb297ba28952790f6a31688c0944acd463192f0ce570a37df039
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5.
  2022-07-28 19:42 [PR PATCH] gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5 TinfoilSubmarine
@ 2022-07-29  6:51 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-29  6:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

There's a merged pull request on the void-packages repository

gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5.
https://github.com/void-linux/void-packages/pull/38345

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-29  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 19:42 [PR PATCH] gotify-cli: update to 2.2.2. gotify-server: update to 2.1.5 TinfoilSubmarine
2022-07-29  6:51 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).