Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update anydesk version
@ 2020-05-08 23:28 zbioe
  2020-05-11  2:20 ` [PR PATCH] [Updated] " zbioe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zbioe @ 2020-05-08 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zbioe/void-packages updateAnydesk
https://github.com/void-linux/void-packages/pull/21769

update anydesk version
anydesk now is broken, update to last version of anydesk to fix it

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

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

From ab7704a6e01ce4e4bbf96309fc53663cd4ac9d32 Mon Sep 17 00:00:00 2001
From: Iury Fukuda <zbioe@protonmail.com>
Date: Fri, 8 May 2020 20:06:57 -0300
Subject: [PATCH] update anydesk version

---
 srcpkgs/anydesk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/anydesk/template b/srcpkgs/anydesk/template
index 46e9b413dea..1843379a90b 100644
--- a/srcpkgs/anydesk/template
+++ b/srcpkgs/anydesk/template
@@ -1,6 +1,6 @@
 # Template file for 'anydesk'
 pkgname=anydesk
-version=5.5.5
+version=5.5.6
 revision=1
 archs="i686 x86_64"
 wrksrc=${pkgname}-${version}
@@ -14,10 +14,10 @@ restricted=yes
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
-	checksum=606950997cfa607eff0f68018b8e6962f2491037a7c590d6e150befcaabe5225
+	checksum=d37678596d7df3926b9ea7dec842cd895618b9860fd75e490deebcf09cf3eeee
 elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
-	checksum=ead02c9778711a6f028fb0f26f9ef9a48b76ef8f374124b45827e451a55f082a
+	checksum=2b62a369a9fb24cc060bf29ccd1ee94f45d4c2be8c62e4fba8b925ca3008f747
 fi
 
 do_install() {

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

* Re: [PR PATCH] [Updated] update anydesk version
  2020-05-08 23:28 [PR PATCH] update anydesk version zbioe
@ 2020-05-11  2:20 ` zbioe
  2020-05-11  2:24 ` zbioe
  2020-05-11 18:09 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: zbioe @ 2020-05-11  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zbioe/void-packages updateAnydesk
https://github.com/void-linux/void-packages/pull/21769

update anydesk version
anydesk now is broken, update to last version of anydesk to fix it

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

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

From 10274351ed4792481db0bf636881faf567cb76e0 Mon Sep 17 00:00:00 2001
From: Iury Fukuda <zbioe@protonmail.com>
Date: Sun, 10 May 2020 23:18:55 -0300
Subject: [PATCH] anydesk: update to 5.5.6.

---
 srcpkgs/anydesk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/anydesk/template b/srcpkgs/anydesk/template
index 46e9b413dea..1843379a90b 100644
--- a/srcpkgs/anydesk/template
+++ b/srcpkgs/anydesk/template
@@ -1,6 +1,6 @@
 # Template file for 'anydesk'
 pkgname=anydesk
-version=5.5.5
+version=5.5.6
 revision=1
 archs="i686 x86_64"
 wrksrc=${pkgname}-${version}
@@ -14,10 +14,10 @@ restricted=yes
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
-	checksum=606950997cfa607eff0f68018b8e6962f2491037a7c590d6e150befcaabe5225
+	checksum=d37678596d7df3926b9ea7dec842cd895618b9860fd75e490deebcf09cf3eeee
 elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
 	distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
-	checksum=ead02c9778711a6f028fb0f26f9ef9a48b76ef8f374124b45827e451a55f082a
+	checksum=2b62a369a9fb24cc060bf29ccd1ee94f45d4c2be8c62e4fba8b925ca3008f747
 fi
 
 do_install() {

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

* Re: update anydesk version
  2020-05-08 23:28 [PR PATCH] update anydesk version zbioe
  2020-05-11  2:20 ` [PR PATCH] [Updated] " zbioe
@ 2020-05-11  2:24 ` zbioe
  2020-05-11 18:09 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: zbioe @ 2020-05-11  2:24 UTC (permalink / raw)
  To: ml

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

New comment by zbioe on void-packages repository

https://github.com/void-linux/void-packages/pull/21769#issuecomment-626436790

Comment:
My bad.

Can you check again please?

Thank's

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

* Re: [PR PATCH] [Merged]: update anydesk version
  2020-05-08 23:28 [PR PATCH] update anydesk version zbioe
  2020-05-11  2:20 ` [PR PATCH] [Updated] " zbioe
  2020-05-11  2:24 ` zbioe
@ 2020-05-11 18:09 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-11 18:09 UTC (permalink / raw)
  To: ml

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

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

update anydesk version
https://github.com/void-linux/void-packages/pull/21769

Description:
anydesk now is broken, update to last version of anydesk to fix it

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

end of thread, other threads:[~2020-05-11 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 23:28 [PR PATCH] update anydesk version zbioe
2020-05-11  2:20 ` [PR PATCH] [Updated] " zbioe
2020-05-11  2:24 ` zbioe
2020-05-11 18:09 ` [PR PATCH] [Merged]: " Hoshpak

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