Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] megatools: update to 1.11.1
@ 2023-02-14  2:01 RunningDroid
  2023-02-14 20:18 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: RunningDroid @ 2023-02-14  2:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_megatools
https://github.com/void-linux/void-packages/pull/42247

megatools: update to 1.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42247.patch is attached

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

From 9c6ab8478e7cc9cc61540e4725ccbbe10feecc8b Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 13 Feb 2023 20:58:47 -0500
Subject: [PATCH] megatools: update to 1.11.1

---
 srcpkgs/megatools/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template
index cf3fe3ffe039..407525c70056 100644
--- a/srcpkgs/megatools/template
+++ b/srcpkgs/megatools/template
@@ -1,8 +1,8 @@
 # Template file for 'megatools'
 pkgname=megatools
-version=1.11.0
+version=1.11.1
 revision=1
-_release_date=20220519
+_release_date=20230212
 build_style=meson
 hostmakedepends="pkg-config asciidoc docbook2x"
 makedepends="glib-networking gobject-introspection openssl-devel libcurl-devel fuse-devel libsodium-devel glib-devel"
@@ -10,8 +10,9 @@ short_desc="Command line client for Mega.nz file sharing service"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://megatools.megous.com/"
+changelog="https://megatools.megous.com/builds/NEWS"
 distfiles="${homepage}/builds/megatools-${version}.${_release_date}.tar.gz"
-checksum=b30b1d87d916570f7aa6d36777dd378e83215d75ea5a2c14106028b6bddc261b
+checksum=ecfa2ee4b277c601ebae648287311030aa4ca73ea61ee730bc66bef24ef19a34
 
 post_install() {
 	vinstall contrib/bash-completion/megatools 644 usr/share/bash-completion/completions

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

* Re: [PR REVIEW] megatools: update to 1.11.1
  2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
@ 2023-02-14 20:18 ` paper42
  2023-02-15  7:27 ` [PR PATCH] [Updated] " RunningDroid
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-02-14 20:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42247#discussion_r1106328021

Comment:
```suggestion
distfiles="https://megatools.megous.com/builds/megatools-${version}.${_release_date}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] megatools: update to 1.11.1
  2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
  2023-02-14 20:18 ` [PR REVIEW] " paper42
@ 2023-02-15  7:27 ` RunningDroid
  2023-05-17  1:54 ` github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: RunningDroid @ 2023-02-15  7:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_megatools
https://github.com/void-linux/void-packages/pull/42247

megatools: update to 1.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42247.patch is attached

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

From 1636f7c7c1f036f42bf6c0417efea82f1c338412 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 13 Feb 2023 20:58:47 -0500
Subject: [PATCH] megatools: update to 1.11.1

---
 srcpkgs/megatools/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template
index cf3fe3ffe039..fc06292f89e4 100644
--- a/srcpkgs/megatools/template
+++ b/srcpkgs/megatools/template
@@ -1,8 +1,8 @@
 # Template file for 'megatools'
 pkgname=megatools
-version=1.11.0
+version=1.11.1
 revision=1
-_release_date=20220519
+_release_date=20230212
 build_style=meson
 hostmakedepends="pkg-config asciidoc docbook2x"
 makedepends="glib-networking gobject-introspection openssl-devel libcurl-devel fuse-devel libsodium-devel glib-devel"
@@ -10,8 +10,9 @@ short_desc="Command line client for Mega.nz file sharing service"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://megatools.megous.com/"
-distfiles="${homepage}/builds/megatools-${version}.${_release_date}.tar.gz"
-checksum=b30b1d87d916570f7aa6d36777dd378e83215d75ea5a2c14106028b6bddc261b
+changelog="https://megatools.megous.com/builds/NEWS"
+distfiles="https://megatools.megous.com/builds/megatools-${version}.${_release_date}.tar.gz"
+checksum=ecfa2ee4b277c601ebae648287311030aa4ca73ea61ee730bc66bef24ef19a34
 
 post_install() {
 	vinstall contrib/bash-completion/megatools 644 usr/share/bash-completion/completions

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

* Re: megatools: update to 1.11.1
  2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
  2023-02-14 20:18 ` [PR REVIEW] " paper42
  2023-02-15  7:27 ` [PR PATCH] [Updated] " RunningDroid
@ 2023-05-17  1:54 ` github-actions
  2023-05-17  2:24 ` [PR PATCH] [Updated] " RunningDroid
  2023-06-23 20:13 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-17  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42247#issuecomment-1550574339

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] megatools: update to 1.11.1
  2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
                   ` (2 preceding siblings ...)
  2023-05-17  1:54 ` github-actions
@ 2023-05-17  2:24 ` RunningDroid
  2023-06-23 20:13 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: RunningDroid @ 2023-05-17  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_megatools
https://github.com/void-linux/void-packages/pull/42247

megatools: update to 1.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42247.patch is attached

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

From 455c1eff2ea77c56ee60d1069aa87b16dc8f8344 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 13 Feb 2023 20:58:47 -0500
Subject: [PATCH] megatools: update to 1.11.1

---
 srcpkgs/megatools/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template
index cf3fe3ffe039..fc06292f89e4 100644
--- a/srcpkgs/megatools/template
+++ b/srcpkgs/megatools/template
@@ -1,8 +1,8 @@
 # Template file for 'megatools'
 pkgname=megatools
-version=1.11.0
+version=1.11.1
 revision=1
-_release_date=20220519
+_release_date=20230212
 build_style=meson
 hostmakedepends="pkg-config asciidoc docbook2x"
 makedepends="glib-networking gobject-introspection openssl-devel libcurl-devel fuse-devel libsodium-devel glib-devel"
@@ -10,8 +10,9 @@ short_desc="Command line client for Mega.nz file sharing service"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://megatools.megous.com/"
-distfiles="${homepage}/builds/megatools-${version}.${_release_date}.tar.gz"
-checksum=b30b1d87d916570f7aa6d36777dd378e83215d75ea5a2c14106028b6bddc261b
+changelog="https://megatools.megous.com/builds/NEWS"
+distfiles="https://megatools.megous.com/builds/megatools-${version}.${_release_date}.tar.gz"
+checksum=ecfa2ee4b277c601ebae648287311030aa4ca73ea61ee730bc66bef24ef19a34
 
 post_install() {
 	vinstall contrib/bash-completion/megatools 644 usr/share/bash-completion/completions

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

* Re: [PR PATCH] [Merged]: megatools: update to 1.11.1
  2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
                   ` (3 preceding siblings ...)
  2023-05-17  2:24 ` [PR PATCH] [Updated] " RunningDroid
@ 2023-06-23 20:13 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-23 20:13 UTC (permalink / raw)
  To: ml

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

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

megatools: update to 1.11.1
https://github.com/void-linux/void-packages/pull/42247

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 6+ messages in thread

end of thread, other threads:[~2023-06-23 20:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  2:01 [PR PATCH] megatools: update to 1.11.1 RunningDroid
2023-02-14 20:18 ` [PR REVIEW] " paper42
2023-02-15  7:27 ` [PR PATCH] [Updated] " RunningDroid
2023-05-17  1:54 ` github-actions
2023-05-17  2:24 ` [PR PATCH] [Updated] " RunningDroid
2023-06-23 20:13 ` [PR PATCH] [Merged]: " Duncaen

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