Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] duckdb: update to 1.1.0.
@ 2024-09-15 19:37 icp1994
  2024-09-16  6:15 ` [PR PATCH] [Updated] " icp1994
  2024-09-18  2:04 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-09-15 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages duckdb
https://github.com/void-linux/void-packages/pull/52232

duckdb: update to 1.1.0.
#### 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**

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

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

From e5746292d429affc5c910b49d8398ba78df37ae2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 13 Sep 2024 13:52:05 +0530
Subject: [PATCH] duckdb: update to 1.1.0.

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

diff --git a/srcpkgs/duckdb/template b/srcpkgs/duckdb/template
index 1b0f502bb48192..5394c0aa63e1f4 100644
--- a/srcpkgs/duckdb/template
+++ b/srcpkgs/duckdb/template
@@ -1,6 +1,6 @@
 # Template file for 'duckdb'
 pkgname=duckdb
-version=1.0.0
+version=1.1.0
 revision=1
 archs="x86_64* aarch64*" # 32-bit FTBFS
 build_style=cmake
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://duckdb.org"
 changelog="https://github.com/duckdb/duckdb/releases"
 distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
-checksum=04e472e646f5cadd0a3f877a143610674b0d2bcf9f4102203ac3c3d02f1c5f26
+checksum=d9be2c6d3a5ebe2b3d33044fb2cb535bb0bd972a27ae38c4de5e1b4caa4bf68d
 
 case "${XBPS_TARGET_MACHINE}" in
 	x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;

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

* Re: [PR PATCH] [Updated] duckdb: update to 1.1.0.
  2024-09-15 19:37 [PR PATCH] duckdb: update to 1.1.0 icp1994
@ 2024-09-16  6:15 ` icp1994
  2024-09-18  2:04 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-09-16  6:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages duckdb
https://github.com/void-linux/void-packages/pull/52232

duckdb: update to 1.1.0.
#### 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**

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

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

From 23f54be3af72c1a99c820cbabecfb01962f3fb7b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 13 Sep 2024 13:52:05 +0530
Subject: [PATCH] duckdb: update to 1.1.0.

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

diff --git a/srcpkgs/duckdb/template b/srcpkgs/duckdb/template
index 1b0f502bb48192..5394c0aa63e1f4 100644
--- a/srcpkgs/duckdb/template
+++ b/srcpkgs/duckdb/template
@@ -1,6 +1,6 @@
 # Template file for 'duckdb'
 pkgname=duckdb
-version=1.0.0
+version=1.1.0
 revision=1
 archs="x86_64* aarch64*" # 32-bit FTBFS
 build_style=cmake
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://duckdb.org"
 changelog="https://github.com/duckdb/duckdb/releases"
 distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
-checksum=04e472e646f5cadd0a3f877a143610674b0d2bcf9f4102203ac3c3d02f1c5f26
+checksum=d9be2c6d3a5ebe2b3d33044fb2cb535bb0bd972a27ae38c4de5e1b4caa4bf68d
 
 case "${XBPS_TARGET_MACHINE}" in
 	x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;

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

* Re: [PR PATCH] [Merged]: duckdb: update to 1.1.0.
  2024-09-15 19:37 [PR PATCH] duckdb: update to 1.1.0 icp1994
  2024-09-16  6:15 ` [PR PATCH] [Updated] " icp1994
@ 2024-09-18  2:04 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-09-18  2:04 UTC (permalink / raw)
  To: ml

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

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

duckdb: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/52232

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**

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

end of thread, other threads:[~2024-09-18  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-15 19:37 [PR PATCH] duckdb: update to 1.1.0 icp1994
2024-09-16  6:15 ` [PR PATCH] [Updated] " icp1994
2024-09-18  2:04 ` [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).