Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dpp: update to 10.0.24.
@ 2023-08-21  3:27 JuniorSuperTux
  2023-08-21  3:49 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: JuniorSuperTux @ 2023-08-21  3:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages dpp-10.0.24
https://github.com/void-linux/void-packages/pull/45695

dpp: update to 10.0.24.
<!-- 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 [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/45695.patch is attached

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

From b7f0b759fa94c0fee23fea3b3e47ae2e10ca015f Mon Sep 17 00:00:00 2001
From: JuniorTux <65844719+JuniorSuperTux@users.noreply.github.com>
Date: Mon, 21 Aug 2023 11:26:16 +0800
Subject: [PATCH] dpp: update to 10.0.24.

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

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 4b01e0342af40..0c9c0a04501d3 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,6 +1,6 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.23
+version=10.0.24
 revision=1
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
@@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+checksum=e5d561b864a7397caeb5616d388ebbd79a8f21077f3b13ac6ccd7e29c746daa9
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] dpp: update to 10.0.24.
  2023-08-21  3:27 [PR PATCH] dpp: update to 10.0.24 JuniorSuperTux
@ 2023-08-21  3:49 ` JuniorSuperTux
  2023-08-21  3:57 ` JuniorSuperTux
  2023-08-21 23:27 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: JuniorSuperTux @ 2023-08-21  3:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages dpp-10.0.24
https://github.com/void-linux/void-packages/pull/45695

dpp: update to 10.0.24.
<!-- 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 [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/45695.patch is attached

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

From 0d8da4f836adccf5ebcc7d5afcf6a9159f8e2fdd Mon Sep 17 00:00:00 2001
From: JuniorTux <65844719+JuniorSuperTux@users.noreply.github.com>
Date: Mon, 21 Aug 2023 11:26:16 +0800
Subject: [PATCH] dpp: update to 10.0.24.

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

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 4b01e0342af40..0c9c0a04501d3 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,6 +1,6 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.23
+version=10.0.24
 revision=1
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
@@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+checksum=e5d561b864a7397caeb5616d388ebbd79a8f21077f3b13ac6ccd7e29c746daa9
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] dpp: update to 10.0.24.
  2023-08-21  3:27 [PR PATCH] dpp: update to 10.0.24 JuniorSuperTux
  2023-08-21  3:49 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2023-08-21  3:57 ` JuniorSuperTux
  2023-08-21 23:27 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: JuniorSuperTux @ 2023-08-21  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages dpp-10.0.24
https://github.com/void-linux/void-packages/pull/45695

dpp: update to 10.0.24.
<!-- 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 [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/45695.patch is attached

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

From 2c4ed1231b3b2c9ae18364be760b5ad261d576b9 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Mon, 21 Aug 2023 11:57:32 +0800
Subject: [PATCH] dpp: update to 10.0.24.

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

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 4b01e0342af40..0c9c0a04501d3 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,6 +1,6 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.23
+version=10.0.24
 revision=1
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
@@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=8f9db61c3586a492ada378235300c509e3bc2fc090cef32de0a8241741038df0
+checksum=e5d561b864a7397caeb5616d388ebbd79a8f21077f3b13ac6ccd7e29c746daa9
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: dpp: update to 10.0.24.
  2023-08-21  3:27 [PR PATCH] dpp: update to 10.0.24 JuniorSuperTux
  2023-08-21  3:49 ` [PR PATCH] [Updated] " JuniorSuperTux
  2023-08-21  3:57 ` JuniorSuperTux
@ 2023-08-21 23:27 ` Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-08-21 23:27 UTC (permalink / raw)
  To: ml

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

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

dpp: update to 10.0.24.
https://github.com/void-linux/void-packages/pull/45695

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 [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] 5+ messages in thread

* [PR PATCH] dpp: update to 10.0.24.
@ 2023-08-21  3:08 JuniorSuperTux
  0 siblings, 0 replies; 5+ messages in thread
From: JuniorSuperTux @ 2023-08-21  3:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages dpp-10.0.24
https://github.com/void-linux/void-packages/pull/45694

dpp: update to 10.0.24.
<!-- 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 [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/45694.patch is attached

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

From 197dbe12874c56325c6eb3dc5311616c14419914 Mon Sep 17 00:00:00 2001
From: JuniorTux <65844719+JuniorSuperTux@users.noreply.github.com>
Date: Mon, 21 Aug 2023 11:06:57 +0800
Subject: [PATCH] dpp: update to 10.0.24

---
 srcpkgs/dpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 4b01e0342af40..1264455ab6c73 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,6 +1,6 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.23
+version=10.0.24
 revision=1
 build_style=cmake
 configure_args="-DDPP_USE_EXTERNAL_JSON=ON"

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

end of thread, other threads:[~2023-08-21 23:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21  3:27 [PR PATCH] dpp: update to 10.0.24 JuniorSuperTux
2023-08-21  3:49 ` [PR PATCH] [Updated] " JuniorSuperTux
2023-08-21  3:57 ` JuniorSuperTux
2023-08-21 23:27 ` [PR PATCH] [Merged]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21  3:08 [PR PATCH] " JuniorSuperTux

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