Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Qtcreator: update to 11.0.3
@ 2023-11-10 14:35 Luciogi
  2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luciogi @ 2023-11-10 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/47148

Qtcreator: update to 11.0.3
#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47148.patch is attached

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

From 593c040b150db10bf34d1a1b49fa9f756a7dd06e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 7 Nov 2023 20:18:19 +0500
Subject: [PATCH 1/3] gotify-cli: update to 2.2.3.

---
 srcpkgs/gotify-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index a2a5e758f6cee..129740177b770 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'gotify-cli'
 pkgname=gotify-cli
-version=2.2.2
-revision=4
+version=2.2.3
+revision=1
 build_style=go
 go_import_path="github.com/gotify/cli/v2"
 go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
@@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"
-checksum=d44d0058a87684db8c61a9952a84327f7bab102d6a4a16547f7be18b9a9c052c
+checksum=9446aa09a675bca2a8fd0448e6c45e28630e31f7578cc9e1587d09f24e59f66a
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/cli ${DESTDIR}/usr/bin/gotify-cli

From c2a6140f60ec9206212943e40ba65c713bc4e2f3 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 17:06:59 +0500
Subject: [PATCH 2/3] gotify-server: update to 2.4.0.

---
 srcpkgs/gotify-server/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 16b72133088c8..bba772446ab5a 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gotify-server'
 pkgname=gotify-server
-version=2.2.4
-revision=3
+version=2.4.0
+revision=1
 build_style=go
 go_import_path="github.com/gotify/server/v2"
 go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
@@ -12,7 +12,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=e8ebbbbccafe6d6ce44270f6af5ae59223edeb7dd51e0ab2ee7e689b88072df9
+checksum=ef217ca84232334ed03dcf30ccb67315a07508e6f5a58a923c01ea197e198226
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

From 7230f0ef55818546a048b47f16bc654a6b85bf26 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 19:31:27 +0500
Subject: [PATCH 3/3] qtcreator: update to 11.0.3.

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 0edbb7ec7d0b9..81f3b4a80b630 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=11.0.1
+version=11.0.3
 revision=1
 build_style=cmake
 configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
@@ -18,7 +18,7 @@ license="LGPL-3.0-or-later, custom:QtCompany-GPL-Exception-1.0"
 homepage="https://wiki.qt.io/Category:Tools::QtCreator"
 changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changelog/changes-${version}.md"
 distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/qt-creator-opensource-src-${version}.tar.xz"
-checksum=4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73
+checksum=5f501e64e836b7e3e50b98b3ebc345b201396a5fd92e49738dabb5e268d5cf1c
 replaces="qtcreator-data>=0"
 python_version=3
 

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

end of thread, other threads:[~2023-12-03 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
2023-11-10 14:48 ` qtcreator: " ahesford
2023-11-10 15:14 ` Luciogi
2023-11-10 15:14 ` Luciogi
2023-11-26 11:57 ` [PR PATCH] [Updated] " Luciogi
2023-12-03 20:05 ` [PR PATCH] [Merged]: qtcreator: update to 12.0.0 Duncaen

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