Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) 
@ 2020-07-07 17:55 ahesford
  2020-07-09 23:26 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-07-07 17:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages tageditor
https://github.com/void-linux/void-packages/pull/23455

tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) 


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

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

From 5b04be80b64085f4cbe22d7d57d0fca6a335ec61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 7 Jul 2020 13:53:17 -0400
Subject: [PATCH 1/3] cpp-utilities: update to 5.5.0.

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

diff --git a/srcpkgs/cpp-utilities/template b/srcpkgs/cpp-utilities/template
index 993443e19a8..878964b11af 100644
--- a/srcpkgs/cpp-utilities/template
+++ b/srcpkgs/cpp-utilities/template
@@ -1,6 +1,6 @@
 # Template file for 'cpp-utilities'
 pkgname=cpp-utilities
-version=5.4.0
+version=5.5.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
@@ -9,7 +9,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/Martchus/cpp-utilities"
 distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz"
-checksum=12330ad7b3f745f91bf37193dc872462fd1e14cc13018094a200d424bf346be6
+checksum=01fe5dbada153eac2f9938122e59ad65ab1a7f6fe2a3e229aca9795c2314ad0c
 
 cpp-utilities-devel_package() {
 	short_desc+=" - development files"

From 071fda945eb11da27945e93c6c5ed09c2486bce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 7 Jul 2020 13:53:24 -0400
Subject: [PATCH 2/3] qtutilities: update to 6.1.0.

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

diff --git a/srcpkgs/qtutilities/template b/srcpkgs/qtutilities/template
index 948921b0e18..39def3424ca 100644
--- a/srcpkgs/qtutilities/template
+++ b/srcpkgs/qtutilities/template
@@ -1,6 +1,6 @@
 # Template file for 'qtutilities'
 pkgname=qtutilities
-version=6.0.6
+version=6.1.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
@@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/Martchus/qtutilities"
 distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz"
-checksum=6e853502cc3a636d82e64f23e96050f8357f2937bca35ef3359c2ec75e8fedf3
+checksum=e060b4131e3193a7d72e6b4f4c70a19fddb3033c9e193dd87bc3381b265305bc
 
 qtutilities-devel_package() {
 	short_desc+=" - development files"

From e71756ca295869d08add57f7e953ec65937763aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 7 Jul 2020 13:53:28 -0400
Subject: [PATCH 3/3] tageditor: update to 3.3.8.

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

diff --git a/srcpkgs/tageditor/template b/srcpkgs/tageditor/template
index a66019c04b4..797e8ab9409 100644
--- a/srcpkgs/tageditor/template
+++ b/srcpkgs/tageditor/template
@@ -1,6 +1,6 @@
 # Template file for 'tageditor'
 pkgname=tageditor
-version=3.3.7
+version=3.3.8
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
@@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/Martchus/tageditor"
 distfiles="https://github.com/Martchus/${pkgname}/archive/v${version}.tar.gz"
-checksum=475ddab587ab7330d147d881c7020cb4dc09b1978af87bf606d714ea21929a8d
+checksum=6ad8f190ca0f2133c3a0cd508248329a80abc89a20629c20e0c2835329e2812c
 
 build_options="qt webengine webkit script"
 build_options_default="qt"

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

* Re: [PR PATCH] [Merged]: tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) 
  2020-07-07 17:55 [PR PATCH] tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) ahesford
@ 2020-07-09 23:26 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-07-09 23:26 UTC (permalink / raw)
  To: ml

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

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

tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) 
https://github.com/void-linux/void-packages/pull/23455

Description:


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

end of thread, other threads:[~2020-07-09 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 17:55 [PR PATCH] tageditor: update to 3.3.8 (and dependencies: cpp-utilities to 5.5.0, qtutilities to 6.1.0) ahesford
2020-07-09 23:26 ` [PR PATCH] [Merged]: " ahesford

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