Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.12.1
@ 2024-03-07 17:32 mdkcore0
  2024-03-21 16:37 ` [PR PATCH] [Updated] " mdkcore0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mdkcore0 @ 2024-03-07 17:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-nextcloud
https://github.com/void-linux/void-packages/pull/49177

nextcloud-client: update to 3.12.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nextcloud-49177.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From d73eb63828f19c0c68385562437ffcd217c883d7 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 7 Mar 2024 11:12:08 -0300
Subject: [PATCH] nextcloud-client: update to 3.12.1

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

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1413c8e965b58a..65c0dfe21f2444 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.12.0
+version=3.12.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
 homepage="https://nextcloud.com/clients/"
 changelog="https://github.com/nextcloud/desktop/releases"
 distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
-checksum=df6c56c8fcbee7d9ab09673cdb7b41671f2eb0eb1dbb79ee393b207a9bc46ee8
+checksum=a1e117ba1eac967c57c7b66c76f1e7200389674e9ec9ffdf161bc524184848f6
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.12.1
  2024-03-07 17:32 [PR PATCH] nextcloud-client: update to 3.12.1 mdkcore0
@ 2024-03-21 16:37 ` mdkcore0
  2024-03-21 16:37 ` nextcloud-client: update to 3.12.2 mdkcore0
  2024-03-21 18:08 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: mdkcore0 @ 2024-03-21 16:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mdkcore0 against master on the void-packages repository

https://github.com/mdkcore0/void-packages update-nextcloud
https://github.com/void-linux/void-packages/pull/49177

nextcloud-client: update to 3.12.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nextcloud-49177.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From 38ef0ddd2579593ae3879cc6fcee3dfa9009fefb Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 7 Mar 2024 11:12:08 -0300
Subject: [PATCH] nextcloud-client: update to 3.12.2

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

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1413c8e965b58a..7efa77ff10416f 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.12.0
+version=3.12.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
 homepage="https://nextcloud.com/clients/"
 changelog="https://github.com/nextcloud/desktop/releases"
 distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
-checksum=df6c56c8fcbee7d9ab09673cdb7b41671f2eb0eb1dbb79ee393b207a9bc46ee8
+checksum=f576cb709daa7dcb5963bcee24f2d31542a9f49a342edba40625a4de806c95bf
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: nextcloud-client: update to 3.12.2
  2024-03-07 17:32 [PR PATCH] nextcloud-client: update to 3.12.1 mdkcore0
  2024-03-21 16:37 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-03-21 16:37 ` mdkcore0
  2024-03-21 18:08 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: mdkcore0 @ 2024-03-21 16:37 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49177#issuecomment-2012932091

Comment:
updating to its latest release (3.12.2)

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

* Re: [PR PATCH] [Merged]: nextcloud-client: update to 3.12.2
  2024-03-07 17:32 [PR PATCH] nextcloud-client: update to 3.12.1 mdkcore0
  2024-03-21 16:37 ` [PR PATCH] [Updated] " mdkcore0
  2024-03-21 16:37 ` nextcloud-client: update to 3.12.2 mdkcore0
@ 2024-03-21 18:08 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-03-21 18:08 UTC (permalink / raw)
  To: ml

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

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

nextcloud-client: update to 3.12.2
https://github.com/void-linux/void-packages/pull/49177

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

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

end of thread, other threads:[~2024-03-21 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 17:32 [PR PATCH] nextcloud-client: update to 3.12.1 mdkcore0
2024-03-21 16:37 ` [PR PATCH] [Updated] " mdkcore0
2024-03-21 16:37 ` nextcloud-client: update to 3.12.2 mdkcore0
2024-03-21 18:08 ` [PR PATCH] [Merged]: " cinerea0

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).