* [PR PATCH] usql: update to 0.19.12.
@ 2024-11-01 20:01 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2024-11-01 20:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 31bbb236f0d250f7888a7fb10fa733981746fc73 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..22ec08145a6859 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.12.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
@ 2024-11-01 20:09 ` icp1994
2024-11-01 20:13 ` icp1994
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2024-11-01 20:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1222 bytes --]
From f5ddc93e5f7d0afa763a49b74719b251dc4dd4ce Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..f6a0fdc2254163 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,14 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+export CGO_ENABLED=0
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.12.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
@ 2024-11-01 20:13 ` icp1994
2024-12-13 9:22 ` icp1994
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2024-11-01 20:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From de20297af87755507e9f2f5911b17bb5d58d7d46 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..22ec08145a6859 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.12.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
2024-11-01 20:13 ` icp1994
@ 2024-12-13 9:22 ` icp1994
2025-01-13 19:28 ` [PR PATCH] [Updated] usql: update to 0.19.14 icp1994
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2024-12-13 9:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 950fb797a9267e86c8943927c85f195c34cc9271 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.14.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..d0046fce2381fd 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.14
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=a7c337faac052e8d1c82047ca14997190e4f97187cd7b180f411576d567ae7d4
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.14.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (2 preceding siblings ...)
2024-12-13 9:22 ` icp1994
@ 2025-01-13 19:28 ` icp1994
2025-04-14 2:09 ` usql: update to 0.19.15 github-actions
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2025-01-13 19:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.14.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 190a08f7e696007d783274c00a431a282030265c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.15.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..22eeeaa4c3f818 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.15
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=3f5d8362dbb6959d1c043aa5045bc766b42435590e51b8a9ea5f3376bfdc930d
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: usql: update to 0.19.15.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (3 preceding siblings ...)
2025-01-13 19:28 ` [PR PATCH] [Updated] usql: update to 0.19.14 icp1994
@ 2025-04-14 2:09 ` github-actions
2025-04-15 8:06 ` [PR PATCH] [Updated] " icp1994
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-04-14 2:09 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/52873#issuecomment-2800298558
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] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.15.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (4 preceding siblings ...)
2025-04-14 2:09 ` usql: update to 0.19.15 github-actions
@ 2025-04-15 8:06 ` icp1994
2025-04-16 10:01 ` [PR PATCH] [Updated] usql: update to 0.19.21 icp1994
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2025-04-15 8:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.15.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 3193fea15f220f4c12584f6d0036f8c84ab194f4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.21.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..5803fb86156893 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.21
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.21.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (5 preceding siblings ...)
2025-04-15 8:06 ` [PR PATCH] [Updated] " icp1994
@ 2025-04-16 10:01 ` icp1994
2025-04-16 10:02 ` icp1994
2025-04-16 10:12 ` icp1994
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2025-04-16 10:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.21.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From d6a7fd1a13f6e000714061d9dc2c3db5e85a7645 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.21.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..5803fb86156893 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.21
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.21.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (6 preceding siblings ...)
2025-04-16 10:01 ` [PR PATCH] [Updated] usql: update to 0.19.21 icp1994
@ 2025-04-16 10:02 ` icp1994
2025-04-16 10:12 ` icp1994
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2025-04-16 10:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.21.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1205 bytes --]
From 4da54516abdccc0ff0d31468944e8b02a1957bf2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.21.
[ci skip]
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..5803fb86156893 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.21
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.21.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
` (7 preceding siblings ...)
2025-04-16 10:02 ` icp1994
@ 2025-04-16 10:12 ` icp1994
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2025-04-16 10:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.21.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From f91ca1b949713520405e690150048a388aa42b25 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.21.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..5803fb86156893 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.21
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-04-16 10:12 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
2024-11-01 20:13 ` icp1994
2024-12-13 9:22 ` icp1994
2025-01-13 19:28 ` [PR PATCH] [Updated] usql: update to 0.19.14 icp1994
2025-04-14 2:09 ` usql: update to 0.19.15 github-actions
2025-04-15 8:06 ` [PR PATCH] [Updated] " icp1994
2025-04-16 10:01 ` [PR PATCH] [Updated] usql: update to 0.19.21 icp1994
2025-04-16 10:02 ` icp1994
2025-04-16 10:12 ` icp1994
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).