Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update Cpuid
@ 2024-10-05 13:45 arete
  2024-10-05 13:48 ` [PR PATCH] [Closed]: " arete
  0 siblings, 1 reply; 2+ messages in thread
From: arete @ 2024-10-05 13:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages cpuid
https://github.com/void-linux/void-packages/pull/52510

update Cpuid
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**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**
-->

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

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

From f9414838a8e8705b3bd07a2d4ee1cc31e4d79809 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 5 Oct 2024 14:52:11 +0200
Subject: [PATCH 1/2] pgweb: update to 0.16.1.

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

diff --git a/srcpkgs/pgweb/template b/srcpkgs/pgweb/template
index 3c07790388fc01..2dbbd6a4800238 100644
--- a/srcpkgs/pgweb/template
+++ b/srcpkgs/pgweb/template
@@ -1,7 +1,7 @@
 # Template file for 'pgweb'
 pkgname=pgweb
-version=0.16.0
-revision=2
+version=0.16.1
+revision=1
 build_style=go
 go_import_path="github.com/sosedoff/pgweb"
 short_desc="Cross-platform client for Postgresql databases"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://sosedoff.github.io/pgweb"
 changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
 distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
-checksum=f2974238977d4f405e37918c1158650d34e67f6cfc1b7cb9d3d88ae5881a6d58
+checksum=4e8bedc49c5bfad0223cf720568184a503d89f06820503c24c62fb404b929062
 
 post_install() {
 	vdoc README.md

From aafaec9852c2a3ec032f723214c4170bd5bbfa2c Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 5 Oct 2024 14:53:48 +0200
Subject: [PATCH 2/2] cpuid: update to 20240916.

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

diff --git a/srcpkgs/cpuid/template b/srcpkgs/cpuid/template
index 06088940bc8f48..5d309f2ce41cc8 100644
--- a/srcpkgs/cpuid/template
+++ b/srcpkgs/cpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'cpuid'
 pkgname=cpuid
-version=20240716
+version=20240916
 revision=1
 archs="i686* x86_64*"
 build_style=gnu-makefile
@@ -10,6 +10,6 @@ maintainer="Gerardo Di Iorio  <arete74@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.etallen.com/cpuid.html"
 distfiles="https://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
-checksum=6fc4d666a601296fed005ce8277f2c65d1f56d717c4efb6527ad4112c6573ee4
+checksum=4fa933b9d571349d8cfff29942769b793d4ce808eb97b594bbbf86d4d017293d
 
 conflicts="msr-tools"

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

* Re: [PR PATCH] [Closed]: update Cpuid
  2024-10-05 13:45 [PR PATCH] update Cpuid arete
@ 2024-10-05 13:48 ` arete
  0 siblings, 0 replies; 2+ messages in thread
From: arete @ 2024-10-05 13:48 UTC (permalink / raw)
  To: ml

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

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

update Cpuid
https://github.com/void-linux/void-packages/pull/52510

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**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**
-->

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


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

end of thread, other threads:[~2024-10-05 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-05 13:45 [PR PATCH] update Cpuid arete
2024-10-05 13:48 ` [PR PATCH] [Closed]: " arete

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