Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sqlitebrowser: update to 3.13.0.
@ 2024-09-30  5:33 Vinfall
  2024-10-10  3:21 ` [PR PATCH] [Updated] " Vinfall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vinfall @ 2024-09-30  5:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages sqlitebrowser
https://github.com/void-linux/void-packages/pull/52418

sqlitebrowser: update to 3.13.0.
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 6a95ca86f15ffcf6c53e334888c54227214a4480 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Mon, 30 Sep 2024 13:25:43 +0800
Subject: [PATCH] sqlitebrowser: update to 3.13.0.

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

diff --git a/srcpkgs/sqlitebrowser/template b/srcpkgs/sqlitebrowser/template
index 309bbfc7cb98fa..66071a165426ac 100644
--- a/srcpkgs/sqlitebrowser/template
+++ b/srcpkgs/sqlitebrowser/template
@@ -1,6 +1,6 @@
 # Template file for 'sqlitebrowser'
 pkgname=sqlitebrowser
-version=3.12.2
+version=3.13.0
 revision=1
 build_style=cmake
 configure_args="-DUSE_QT5=1"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-3.0-or-later"
 homepage="http://sqlitebrowser.org/"
 distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${version}.tar.gz"
-checksum=645f98d38e5d128a449e93cebf03c8070f9eacd2d16b10e433a781d54a9d478a
+checksum=fc56ac51ca28dd0e2d065775c037955b795e97ddc9f6666de4f62fa11425382c
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"

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

* Re: [PR PATCH] [Updated] sqlitebrowser: update to 3.13.0.
  2024-09-30  5:33 [PR PATCH] sqlitebrowser: update to 3.13.0 Vinfall
@ 2024-10-10  3:21 ` Vinfall
  2024-10-24  2:10 ` Vinfall
  2024-11-01  2:53 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Vinfall @ 2024-10-10  3:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages sqlitebrowser
https://github.com/void-linux/void-packages/pull/52418

sqlitebrowser: update to 3.13.0.
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From bcb73510cde66383153731bdfb0e7de4c95a1654 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Mon, 30 Sep 2024 13:25:43 +0800
Subject: [PATCH] sqlitebrowser: update to 3.13.0.

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

diff --git a/srcpkgs/sqlitebrowser/template b/srcpkgs/sqlitebrowser/template
index 309bbfc7cb98fa..66071a165426ac 100644
--- a/srcpkgs/sqlitebrowser/template
+++ b/srcpkgs/sqlitebrowser/template
@@ -1,6 +1,6 @@
 # Template file for 'sqlitebrowser'
 pkgname=sqlitebrowser
-version=3.12.2
+version=3.13.0
 revision=1
 build_style=cmake
 configure_args="-DUSE_QT5=1"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-3.0-or-later"
 homepage="http://sqlitebrowser.org/"
 distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${version}.tar.gz"
-checksum=645f98d38e5d128a449e93cebf03c8070f9eacd2d16b10e433a781d54a9d478a
+checksum=fc56ac51ca28dd0e2d065775c037955b795e97ddc9f6666de4f62fa11425382c
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"

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

* Re: [PR PATCH] [Updated] sqlitebrowser: update to 3.13.0.
  2024-09-30  5:33 [PR PATCH] sqlitebrowser: update to 3.13.0 Vinfall
  2024-10-10  3:21 ` [PR PATCH] [Updated] " Vinfall
@ 2024-10-24  2:10 ` Vinfall
  2024-11-01  2:53 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Vinfall @ 2024-10-24  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages sqlitebrowser
https://github.com/void-linux/void-packages/pull/52418

sqlitebrowser: update to 3.13.0.
<!-- 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**
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 270b6619501276584acc3db53816979ba3ec88fa Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Mon, 30 Sep 2024 13:25:43 +0800
Subject: [PATCH] sqlitebrowser: update to 3.13.0.

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

diff --git a/srcpkgs/sqlitebrowser/template b/srcpkgs/sqlitebrowser/template
index 309bbfc7cb98fa..66071a165426ac 100644
--- a/srcpkgs/sqlitebrowser/template
+++ b/srcpkgs/sqlitebrowser/template
@@ -1,6 +1,6 @@
 # Template file for 'sqlitebrowser'
 pkgname=sqlitebrowser
-version=3.12.2
+version=3.13.0
 revision=1
 build_style=cmake
 configure_args="-DUSE_QT5=1"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-3.0-or-later"
 homepage="http://sqlitebrowser.org/"
 distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${version}.tar.gz"
-checksum=645f98d38e5d128a449e93cebf03c8070f9eacd2d16b10e433a781d54a9d478a
+checksum=fc56ac51ca28dd0e2d065775c037955b795e97ddc9f6666de4f62fa11425382c
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"

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

* Re: [PR PATCH] [Merged]: sqlitebrowser: update to 3.13.0.
  2024-09-30  5:33 [PR PATCH] sqlitebrowser: update to 3.13.0 Vinfall
  2024-10-10  3:21 ` [PR PATCH] [Updated] " Vinfall
  2024-10-24  2:10 ` Vinfall
@ 2024-11-01  2:53 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01  2:53 UTC (permalink / raw)
  To: ml

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

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

sqlitebrowser: update to 3.13.0.
https://github.com/void-linux/void-packages/pull/52418

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2024-11-01  2:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-30  5:33 [PR PATCH] sqlitebrowser: update to 3.13.0 Vinfall
2024-10-10  3:21 ` [PR PATCH] [Updated] " Vinfall
2024-10-24  2:10 ` Vinfall
2024-11-01  2:53 ` [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).